Light Gray (Neutral)
#CFDECE
RGB: 207, 222, 206
Color OverviewHEX #CFDECE

#CFDECE Color Code Information

In the RGB color space, #CFDECE is composed of 81% red, 87% green, and 81% blue. In the HSL color space, it has a hue of 116°, saturation of 20%, and lightness of 84%.

HEX
#CFDECE
RGB
207, 222, 206
HSL
116°, 20%, 84%
HSV
116°, 7%, 87%
CMYK
7%, 0%, 7%, 13%
Name Match
Light Gray
Closest Standard

Shades of #CFDECE (Darker Variations)

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

Tints of #CFDECE (Lighter Variations)

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

Tones of #CFDECE (Muted Variations)

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

Color Harmonies for #CFDECE

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

Developer Code Snippets & Tailwind CSS

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

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