Gainsboro (Neutral)
#CCE5E4
RGB: 204, 229, 228
Color OverviewHEX #CCE5E4

#CCE5E4 Color Code Information

In the RGB color space, #CCE5E4 is composed of 80% red, 90% green, and 89% blue. In the HSL color space, it has a hue of 178°, saturation of 32%, and lightness of 85%.

HEX
#CCE5E4
RGB
204, 229, 228
HSL
178°, 32%, 85%
HSV
178°, 11%, 90%
CMYK
11%, 0%, 0%, 10%
Name Match
Gainsboro
Closest Standard

Shades of #CCE5E4 (Darker Variations)

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

Tints of #CCE5E4 (Lighter Variations)

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

Tones of #CCE5E4 (Muted Variations)

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

Color Harmonies for #CCE5E4

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

Developer Code Snippets & Tailwind CSS

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

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