All colors
CSS named colorNeutral · light · muted
browser standard

#FFFAFA

Snow

Best set with black text. The pairing reaches 20.31:1 contrast and passes AAA for normal text.

Color values

copy exact values
HEX#FFFAFAsRGB hexadecimal
RGBrgb(255, 250, 250)screen channels
HSLhsl(0, 100%, 99%)hue, saturation, lightness
CMYKcmyk(0%, 2%, 2%, 0%)approximate process color
Tailwindzinc-50nearest palette utility, not an exact token

Foreground contrast

WCAG ratios
White textfails AA1.03:1
Black textAAA20.31:1

Recommendation

Use black text for the stronger built-in pairing. AA requires 4.5:1 for normal text; AAA requires 7:1.

Palette relationships

generated in color space
Tonal ramp
#050505
#514F4F
#A3A0A0
#FFFAFA
#FDFAFA
#FCFAFA
#FAFAFA
Analogous
#FFFAFD
#FFFAFA
#FFFDFA
Triadic
#FFFAFA
#FAFFFA
#FAFAFF
Complement
#FFFAFA
#FAFFFF

Nearest named neighbors

Lab distance · lower is closer

CSS output

:root {
  --color-snow: #FFFAFA;
}

.swatch {
  background: var(--color-snow);
  color: #000000;
}
Hueneutral
Lightness99 L*
Chroma1.8
Luminance0.965