Gainsboro (Neutral)
#D6E1E0
RGB: 214, 225, 224
Color OverviewHEX #D6E1E0

#D6E1E0 Color Code Information

In the RGB color space, #D6E1E0 is composed of 84% red, 88% green, and 88% blue. In the HSL color space, it has a hue of 175°, saturation of 15%, and lightness of 86%.

HEX
#D6E1E0
RGB
214, 225, 224
HSL
175°, 15%, 86%
HSV
175°, 5%, 88%
CMYK
5%, 0%, 0%, 12%
Name Match
Gainsboro
Closest Standard

Shades of #D6E1E0 (Darker Variations)

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

Tints of #D6E1E0 (Lighter Variations)

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

Tones of #D6E1E0 (Muted Variations)

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

Color Harmonies for #D6E1E0

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

Developer Code Snippets & Tailwind CSS

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

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