White Smoke (Neutral)
#E8F3EF
RGB: 232, 243, 239
Color OverviewHEX #E8F3EF

#E8F3EF Color Code Information

In the RGB color space, #E8F3EF is composed of 91% red, 95% green, and 94% blue. In the HSL color space, it has a hue of 158°, saturation of 31%, and lightness of 93%.

HEX
#E8F3EF
RGB
232, 243, 239
HSL
158°, 31%, 93%
HSV
158°, 5%, 95%
CMYK
5%, 0%, 2%, 5%
Name Match
White Smoke
Closest Standard

Shades of #E8F3EF (Darker Variations)

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

Tints of #E8F3EF (Lighter Variations)

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

Tones of #E8F3EF (Muted Variations)

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

Color Harmonies for #E8F3EF

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

Developer Code Snippets & Tailwind CSS

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

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