Light Gray (Neutral)
#DAC5DB
RGB: 218, 197, 219
Color OverviewHEX #DAC5DB

#DAC5DB Color Code Information

In the RGB color space, #DAC5DB is composed of 85% red, 77% green, and 86% blue. In the HSL color space, it has a hue of 297°, saturation of 23%, and lightness of 82%.

HEX
#DAC5DB
RGB
218, 197, 219
HSL
297°, 23%, 82%
HSV
297°, 10%, 86%
CMYK
0%, 10%, 0%, 14%
Name Match
Light Gray
Closest Standard

Shades of #DAC5DB (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #DAC5DB (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #DAC5DB (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #DAC5DB

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #DAC5DB Background
Contrast Ratio against Pure White (#FFFFFF):1.62 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DAC5DB Background
Contrast Ratio against Pure Black (#000000):12.99 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #DAC5DB;
}

.element {
  color: #DAC5DB;
  background-color: #DAC5DB;
  border-color: #DAC5DB;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#DAC5DB] text-[#DAC5DB] border-[#DAC5DB]">
  Content styled with #DAC5DB
</div>