Light Gray (Neutral)
#DCE0BF
RGB: 220, 224, 191
Color OverviewHEX #DCE0BF
#DCE0BF Color Code Information
In the RGB color space, #DCE0BF is composed of 86% red, 88% green, and 75% blue. In the HSL color space, it has a hue of 67°, saturation of 35%, and lightness of 81%.
HEX
#DCE0BF
RGB
220, 224, 191
HSL
67°, 35%, 81%
HSV
67°, 15%, 88%
CMYK
2%, 0%, 15%, 12%
Name Match
Light Gray
Closest StandardShades of #DCE0BF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DCE0BF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DCE0BF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DCE0BF
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #DCE0BF Background
Contrast Ratio against Pure White (#FFFFFF):1.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DCE0BF Background
Contrast Ratio against Pure Black (#000000):15.46 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DCE0BF;
}
.element {
color: #DCE0BF;
background-color: #DCE0BF;
border-color: #DCE0BF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DCE0BF] text-[#DCE0BF] border-[#DCE0BF]"> Content styled with #DCE0BF </div>