White Smoke (Neutral)
#ECEFEF
RGB: 236, 239, 239
Color OverviewHEX #ECEFEF

#ECEFEF Color Code Information

In the RGB color space, #ECEFEF is composed of 93% red, 94% green, and 94% blue. In the HSL color space, it has a hue of 180°, saturation of 9%, and lightness of 93%.

HEX
#ECEFEF
RGB
236, 239, 239
HSL
180°, 9%, 93%
HSV
180°, 1%, 94%
CMYK
1%, 0%, 0%, 6%
Name Match
White Smoke
Closest Standard

Shades of #ECEFEF (Darker Variations)

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

Tints of #ECEFEF (Lighter Variations)

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

Tones of #ECEFEF (Muted Variations)

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

Color Harmonies for #ECEFEF

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

Developer Code Snippets & Tailwind CSS

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

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