Snow Color — HEX, RGB, HSL, Palettes & Contrast

Snow (#fffafa): Complete color reference with HEX, RGB, HSL values, tints & shades, complementary, analogous, triadic, split-complementary, and tetradic palettes, WCAG contrast recommendations, and ready-to-use CSS code.

#fffafa
HEX #fffafa
RGB rgb(255, 250, 250)
HSL 0°, 100%, 99%

Use Snow in Your Projects

About Snow Color

Snow is a very pale, cool white with the faintest pink undertone. It is a popular alternative to pure white for winter-themed designs and clean backgrounds.

Use Cases for Snow

winter themesclean backgroundspure designminimalist UIcold tones

Shades & Tints of Snow

#ffffff
#fffefe
#fffdfd
#fffbfb
#fffafa
#bfbcbc
#807d7d
#403f3f
#000000

Complementary Color

#fffafa
#faffff

Analogous Colors

#fffafc
#fffafa
#fffcfa

Triadic Colors

#fffafa
#fafffa
#fafaff

Split Complementary

#fffafa
#fafffc
#fafcff

Tetradic Colors

#fffafa
#fffffa
#faffff
#fafaff

CSS Code

.snow-color {
  color: #fffafa;
  background-color: #fffafa;
}

/* As a CSS custom property */
:root {
  --color-snow: #fffafa;
}

Accessibility Score

55 / 100
Rating: Fair
AA contrast on best text color (30 pts)
AAA contrast on best text color (25 pts)
Versatile lightness for backgrounds & text (25 pts)
Not extreme black/white (20 pts)

A combined score based on WCAG contrast compliance, lightness versatility, and usable range. Higher scores mean the color works well in more design contexts.

Contrast Recommendations

Black text on Snow
Ratio: 20.31:1 ✓ Passes AA ✓ Passes AAA
White text on Snow
Ratio: 1.03:1 ✗ Fails AA ✗ Fails AAA

Frequently Asked Questions

What color is Snow?

Snow is represented by the hex code #fffafa and has RGB values of rgb(255, 250, 250). It falls under the White category.

How to use Snow in web design?

Snow works well for winter themes, clean backgrounds, pure design. Snow is a very pale, cool white with the faintest pink undertone. It is a popular alternative to pure white for winter-themed designs and clean backgrounds. Use it as a primary color, accent, or background depending on your design needs.

What colors go with Snow?

Colors that pair well with Snow include white, ghostwhite, whitesmoke, aliceblue, azure. For a complementary scheme, try #faffff. For an analogous scheme, use #fffafc and #fffcfa. For a triadic scheme, combine with #fafffa and #fafaff.