Gainsboro (Neutral)
#DAD8DF
RGB: 218, 216, 223
Color OverviewHEX #DAD8DF

#DAD8DF Color Code Information

In the RGB color space, #DAD8DF is composed of 85% red, 85% green, and 87% blue. In the HSL color space, it has a hue of 257°, saturation of 10%, and lightness of 86%.

HEX
#DAD8DF
RGB
218, 216, 223
HSL
257°, 10%, 86%
HSV
257°, 3%, 87%
CMYK
2%, 3%, 0%, 13%
Name Match
Gainsboro
Closest Standard

Shades of #DAD8DF (Darker Variations)

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

Tints of #DAD8DF (Lighter Variations)

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

Tones of #DAD8DF (Muted Variations)

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

Color Harmonies for #DAD8DF

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 #DAD8DF Background
Contrast Ratio against Pure White (#FFFFFF):1.41 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DAD8DF Background
Contrast Ratio against Pure Black (#000000):14.87 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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