Light Gray (Neutral)
#C7C8DE
RGB: 199, 200, 222
Color OverviewHEX #C7C8DE

#C7C8DE Color Code Information

In the RGB color space, #C7C8DE is composed of 78% red, 78% green, and 87% blue. In the HSL color space, it has a hue of 237°, saturation of 26%, and lightness of 83%.

HEX
#C7C8DE
RGB
199, 200, 222
HSL
237°, 26%, 83%
HSV
237°, 10%, 87%
CMYK
10%, 10%, 0%, 13%
Name Match
Light Gray
Closest Standard

Shades of #C7C8DE (Darker Variations)

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

Tints of #C7C8DE (Lighter Variations)

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

Tones of #C7C8DE (Muted Variations)

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

Color Harmonies for #C7C8DE

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

Developer Code Snippets & Tailwind CSS

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

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