Skip to content

White#FFFFFF HEX Color

#FFFFFFrgb(255, 255, 255)
#FFFFFF color swatch

About White

White (#FFFFFF) is a warm, light, muted neutral tone with a hue of 0°, saturation of 0% and lightness of 100%. It works well for backgrounds and minimalist UI and conveys a timeless feeling. On a white background it reaches a contrast ratio of 1.00:1, while on black it reaches 21.00:1 — so prefer black text when using #FFFFFF as a background.

Color Codes

HEX#FFFFFF
RGBrgb(255, 255, 255)
HSLhsl(0°, 0%, 100%)
CMYKcmyk(0%, 0%, 0%, 0%)
CIELABLab(100, 0, 0)

Accessibility & Contrast

On white
1.00:1
AA Normalfails
AA Largefails
AAA Normalfails
AAA Largefails
On black
21.00:1
AA Normalpasses
AA Largepasses
AAA Normalpasses
AAA Largepasses

Recommendation: when using #FFFFFF as a background, use black text for the highest contrast.

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #FFFFFF;
color: #FFFFFF;
border: 2px solid #FFFFFF;
background: linear-gradient(135deg, #FFFFFF, #ffffff);

Code Export

css
:root {
  --color-primary: #ffffff;
  --color-primary-rgb: 255, 255, 255;
  --color-primary-hsl: 0, 0%, 100%;
}

Explore Color Tools

Related Tools

Related Combinations

Frequently Asked Questions

What is the name of color #FFFFFF?

Color #FFFFFF is commonly known as White. It is a warm, light, muted neutral tone.

Is #FFFFFF a warm or cool color?

White (#FFFFFF) is a warm color. With a hue of 0°, it falls in the neutral family.

What colors go well with #FFFFFF?

Colors that pair well with White (#FFFFFF) include its complementary color (#FFFFFF), neutral whites and warm creams, and analogous neutral tones for harmonious palettes.