Gainsboro (Neutral)
#CFE7EB
RGB: 207, 231, 235
Color OverviewHEX #CFE7EB

#CFE7EB Color Code Information

In the RGB color space, #CFE7EB is composed of 81% red, 91% green, and 92% blue. In the HSL color space, it has a hue of 189°, saturation of 41%, and lightness of 87%.

HEX
#CFE7EB
RGB
207, 231, 235
HSL
189°, 41%, 87%
HSV
189°, 12%, 92%
CMYK
12%, 2%, 0%, 8%
Name Match
Gainsboro
Closest Standard

Shades of #CFE7EB (Darker Variations)

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

Tints of #CFE7EB (Lighter Variations)

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

Tones of #CFE7EB (Muted Variations)

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

Color Harmonies for #CFE7EB

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

Developer Code Snippets & Tailwind CSS

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

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