White Smoke (Neutral)
#F4EEFD
RGB: 244, 238, 253
Color OverviewHEX #F4EEFD

#F4EEFD Color Code Information

In the RGB color space, #F4EEFD is composed of 96% red, 93% green, and 99% blue. In the HSL color space, it has a hue of 264°, saturation of 79%, and lightness of 96%.

HEX
#F4EEFD
RGB
244, 238, 253
HSL
264°, 79%, 96%
HSV
264°, 6%, 99%
CMYK
4%, 6%, 0%, 1%
Name Match
White Smoke
Closest Standard

Shades of #F4EEFD (Darker Variations)

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

Tints of #F4EEFD (Lighter Variations)

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

Tones of #F4EEFD (Muted Variations)

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

Color Harmonies for #F4EEFD

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

Developer Code Snippets & Tailwind CSS

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

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