Snow (Neutral)
#FDF4FC
RGB: 253, 244, 252
Color OverviewHEX #FDF4FC
#FDF4FC Color Code Information
In the RGB color space, #FDF4FC is composed of 99% red, 96% green, and 99% blue. In the HSL color space, it has a hue of 307°, saturation of 69%, and lightness of 97%.
HEX
#FDF4FC
RGB
253, 244, 252
HSL
307°, 69%, 97%
HSV
307°, 4%, 99%
CMYK
0%, 4%, 0%, 1%
Name Match
Snow
Closest StandardShades of #FDF4FC (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FDF4FC (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FDF4FC (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FDF4FC
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #FDF4FC Background
Contrast Ratio against Pure White (#FFFFFF):1.08 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FDF4FC Background
Contrast Ratio against Pure Black (#000000):19.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FDF4FC;
}
.element {
color: #FDF4FC;
background-color: #FDF4FC;
border-color: #FDF4FC;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FDF4FC] text-[#FDF4FC] border-[#FDF4FC]"> Content styled with #FDF4FC </div>