Gainsboro (Neutral)
#E4CBE7
RGB: 228, 203, 231
Color OverviewHEX #E4CBE7

#E4CBE7 Color Code Information

In the RGB color space, #E4CBE7 is composed of 89% red, 80% green, and 91% blue. In the HSL color space, it has a hue of 294°, saturation of 37%, and lightness of 85%.

HEX
#E4CBE7
RGB
228, 203, 231
HSL
294°, 37%, 85%
HSV
294°, 12%, 91%
CMYK
1%, 12%, 0%, 9%
Name Match
Gainsboro
Closest Standard

Shades of #E4CBE7 (Darker Variations)

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

Tints of #E4CBE7 (Lighter Variations)

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

Tones of #E4CBE7 (Muted Variations)

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

Color Harmonies for #E4CBE7

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

Developer Code Snippets & Tailwind CSS

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

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