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

#ECEFF1 Color Code Information

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

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

Shades of #ECEFF1 (Darker Variations)

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

Tints of #ECEFF1 (Lighter Variations)

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

Tones of #ECEFF1 (Muted Variations)

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

Color Harmonies for #ECEFF1

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

Developer Code Snippets & Tailwind CSS

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

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