White Smoke (Neutral)
#F4ECFD
RGB: 244, 236, 253
Color OverviewHEX #F4ECFD

#F4ECFD Color Code Information

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

HEX
#F4ECFD
RGB
244, 236, 253
HSL
268°, 81%, 96%
HSV
268°, 7%, 99%
CMYK
4%, 7%, 0%, 1%
Name Match
White Smoke
Closest Standard

Shades of #F4ECFD (Darker Variations)

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

Tints of #F4ECFD (Lighter Variations)

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

Tones of #F4ECFD (Muted Variations)

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

Color Harmonies for #F4ECFD

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

Developer Code Snippets & Tailwind CSS

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

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