Gainsboro (Neutral)
#EBE0E3
RGB: 235, 224, 227
Color OverviewHEX #EBE0E3

#EBE0E3 Color Code Information

In the RGB color space, #EBE0E3 is composed of 92% red, 88% green, and 89% blue. In the HSL color space, it has a hue of 344°, saturation of 22%, and lightness of 90%.

HEX
#EBE0E3
RGB
235, 224, 227
HSL
344°, 22%, 90%
HSV
344°, 5%, 92%
CMYK
0%, 5%, 3%, 8%
Name Match
Gainsboro
Closest Standard

Shades of #EBE0E3 (Darker Variations)

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

Tints of #EBE0E3 (Lighter Variations)

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

Tones of #EBE0E3 (Muted Variations)

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

Color Harmonies for #EBE0E3

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

Developer Code Snippets & Tailwind CSS

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

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