Explore the base color
Review HEX, RGB, HSL, and HSV for white, then browse shades, tints, tones, and hues.
White color codes for #FFFFFF — HEX, RGB, HSL, HSV, shades, named whites, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for white, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named white shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleWhite is the default canvas. Off-whites (snow, whitesmoke, ivory) add subtle depth without leaving the neutral family.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--white: #ffffff;
--white-soft: #f5f5f5;
--ink: #111111;
}
.banner {
background-color: var(--white);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| white | #FFFFFF | 255, 255, 255 | Base keyword |
| snow | #FFFAFA | 255, 250, 250 | Light tint |
| ghostwhite | #F8F8FF | 248, 248, 255 | Named shade |
| whitesmoke | #F5F5F5 | 245, 245, 245 | Light tint |
| ivory | #FFFFF0 | 255, 255, 240 | Named shade |
| azure | #F0FFFF | 240, 255, 255 | Named shade |
| mintcream | #F5FFFA | 245, 255, 250 | Light tint |
| floralwhite | #FFFAF0 | 255, 250, 240 | Named shade |
| aliceblue | #F0F8FF | 240, 248, 255 | Named shade |
| antiquewhite | #FAEBD7 | 250, 235, 215 | Named shade |
| beige | #F5F5DC | 245, 245, 220 | Named shade |
| honeydew | #F0FFF0 | 240, 255, 240 | Named shade |
Key distinctions behind the tool.
The CSS named color white is #FFFFFF, equal to rgb(255, 255, 255) and hsl(0°, 0%, 100%).
White is pure #FFFFFF. WhiteSmoke is a soft gray-white for layered surfaces.
Almost any brand color. Prefer dark ink for body text; soft grays for secondary UI. Always check text contrast.
White text needs dark backgrounds. On white surfaces use near-black (#111–#333) for readable copy.
Use color: white;, color: #FFFFFF;, or color: rgb(255, 255, 255); on any property that accepts a <color> value, including background-color and border-color.