Gainsboro (Neutral)
#D5E0EA
RGB: 213, 224, 234
Color OverviewHEX #D5E0EA

#D5E0EA Color Code Information

In the RGB color space, #D5E0EA is composed of 84% red, 88% green, and 92% blue. In the HSL color space, it has a hue of 209°, saturation of 33%, and lightness of 88%.

HEX
#D5E0EA
RGB
213, 224, 234
HSL
209°, 33%, 88%
HSV
209°, 9%, 92%
CMYK
9%, 4%, 0%, 8%
Name Match
Gainsboro
Closest Standard

Shades of #D5E0EA (Darker Variations)

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

Tints of #D5E0EA (Lighter Variations)

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

Tones of #D5E0EA (Muted Variations)

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

Color Harmonies for #D5E0EA

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

Developer Code Snippets & Tailwind CSS

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

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