Snow (Neutral)
#FFF5FD
RGB: 255, 245, 253
Color OverviewHEX #FFF5FD
#FFF5FD Color Code Information
In the RGB color space, #FFF5FD is composed of 100% red, 96% green, and 99% blue. In the HSL color space, it has a hue of 312°, saturation of 100%, and lightness of 98%.
HEX
#FFF5FD
RGB
255, 245, 253
HSL
312°, 100%, 98%
HSV
312°, 4%, 100%
CMYK
0%, 4%, 1%, 0%
Name Match
Snow
Closest StandardShades of #FFF5FD (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FFF5FD (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FFF5FD (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FFF5FD
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 #FFF5FD Background
Contrast Ratio against Pure White (#FFFFFF):1.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FFF5FD Background
Contrast Ratio against Pure Black (#000000):19.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FFF5FD;
}
.element {
color: #FFF5FD;
background-color: #FFF5FD;
border-color: #FFF5FD;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FFF5FD] text-[#FFF5FD] border-[#FFF5FD]"> Content styled with #FFF5FD </div>