#FFFFFF Color

Inspect #FFFFFF across formats, palettes, contrast and closest named color matches.

Color preview

#FFFFFF

Color formats

HEX
#FFFFFF
RGB
rgb(255, 255, 255)
RGBA
rgba(255, 255, 255, 1)
HSL
hsl(0, 0%, 100%)
HSV
hsv(0, 0%, 100%)
CMYK
cmyk(0%, 0%, 0%, 0%)
CSS variable
--color-primary: #FFFFFF;
Lowercase HEX
#ffffff

Shades

Tints

Tones

Harmony

CSS snippets for #FFFFFF

.color-ffffff {
  color: #FFFFFF;
  background-color: #FFFFFF;
}

Frequently asked questions

What color is #FFFFFF?+

#FFFFFF is a HEX color with RGB value rgb(255, 255, 255) and HSL value hsl(0, 0%, 100%). Its closest CSS named color is White.

What is the closest Tailwind color to #FFFFFF?+

The closest Tailwind color is zinc-50, available as the bg-zinc-50 utility class.

Can I use this color in CSS?+

Yes. You can use the HEX, RGB, HSL or CSS variable output directly in CSS.

Related tools