White Smoke (Neutral)
#EDEBEE
RGB: 237, 235, 238
Color OverviewHEX #EDEBEE

#EDEBEE Color Code Information

In the RGB color space, #EDEBEE is composed of 93% red, 92% green, and 93% blue. In the HSL color space, it has a hue of 280°, saturation of 8%, and lightness of 93%.

HEX
#EDEBEE
RGB
237, 235, 238
HSL
280°, 8%, 93%
HSV
280°, 1%, 93%
CMYK
0%, 1%, 0%, 7%
Name Match
White Smoke
Closest Standard

Shades of #EDEBEE (Darker Variations)

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

Tints of #EDEBEE (Lighter Variations)

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

Tones of #EDEBEE (Muted Variations)

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

Color Harmonies for #EDEBEE

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

Developer Code Snippets & Tailwind CSS

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

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