Gainsboro (Neutral)
#D8DBEE
RGB: 216, 219, 238
Color OverviewHEX #D8DBEE

#D8DBEE Color Code Information

In the RGB color space, #D8DBEE is composed of 85% red, 86% green, and 93% blue. In the HSL color space, it has a hue of 232°, saturation of 39%, and lightness of 89%.

HEX
#D8DBEE
RGB
216, 219, 238
HSL
232°, 39%, 89%
HSV
232°, 9%, 93%
CMYK
9%, 8%, 0%, 7%
Name Match
Gainsboro
Closest Standard

Shades of #D8DBEE (Darker Variations)

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

Tints of #D8DBEE (Lighter Variations)

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

Tones of #D8DBEE (Muted Variations)

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

Color Harmonies for #D8DBEE

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

Developer Code Snippets & Tailwind CSS

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

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