Snow (Neutral)
#FEF5FA
RGB: 254, 245, 250
Color OverviewHEX #FEF5FA

#FEF5FA Color Code Information

In the RGB color space, #FEF5FA is composed of 100% red, 96% green, and 98% blue. In the HSL color space, it has a hue of 327°, saturation of 82%, and lightness of 98%.

HEX
#FEF5FA
RGB
254, 245, 250
HSL
327°, 82%, 98%
HSV
327°, 4%, 100%
CMYK
0%, 4%, 2%, 0%
Name Match
Snow
Closest Standard

Shades of #FEF5FA (Darker Variations)

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

Tints of #FEF5FA (Lighter Variations)

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

Tones of #FEF5FA (Muted Variations)

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

Color Harmonies for #FEF5FA

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

Developer Code Snippets & Tailwind CSS

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

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