White Smoke (Neutral)
#EEF1EC
RGB: 238, 241, 236
Color OverviewHEX #EEF1EC

#EEF1EC Color Code Information

In the RGB color space, #EEF1EC is composed of 93% red, 95% green, and 93% blue. In the HSL color space, it has a hue of 96°, saturation of 15%, and lightness of 94%.

HEX
#EEF1EC
RGB
238, 241, 236
HSL
96°, 15%, 94%
HSV
96°, 2%, 95%
CMYK
1%, 0%, 2%, 5%
Name Match
White Smoke
Closest Standard

Shades of #EEF1EC (Darker Variations)

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

Tints of #EEF1EC (Lighter Variations)

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

Tones of #EEF1EC (Muted Variations)

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

Color Harmonies for #EEF1EC

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

Developer Code Snippets & Tailwind CSS

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

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