All colors
CSS named colorNeutral · light · muted
browser standard

#FFFFFF

White

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

Color values

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

Foreground contrast

WCAG ratios
White textfails AA1.00:1
Black textAAA21.00: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
#515151
#A3A3A3
#FFFFFF
#FDFDFD
#FCFCFC
#FAFAFA
Analogous
#FFFFFF
#FFFFFF
#FFFFFF
Triadic
#FFFFFF
#FFFFFF
#FFFFFF
Complement
#FFFFFF
#FFFFFF

Nearest named neighbors

Lab distance · lower is closer

CSS output

:root {
  --color-white: #FFFFFF;
}

.swatch {
  background: var(--color-white);
  color: #000000;
}
Hueneutral
Lightness100 L*
Chroma0.0
Luminance1.000