Light Gray (Neutral)
#CEDBD0
RGB: 206, 219, 208
Color OverviewHEX #CEDBD0

#CEDBD0 Color Code Information

In the RGB color space, #CEDBD0 is composed of 81% red, 86% green, and 82% blue. In the HSL color space, it has a hue of 129°, saturation of 15%, and lightness of 83%.

HEX
#CEDBD0
RGB
206, 219, 208
HSL
129°, 15%, 83%
HSV
129°, 6%, 86%
CMYK
6%, 0%, 5%, 14%
Name Match
Light Gray
Closest Standard

Shades of #CEDBD0 (Darker Variations)

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

Tints of #CEDBD0 (Lighter Variations)

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

Tones of #CEDBD0 (Muted Variations)

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

Color Harmonies for #CEDBD0

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

Developer Code Snippets & Tailwind CSS

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

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