White
#ffffff
Here's everything about the color White (#ffffff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffffff | |
|---|---|---|
| RGB | rgb(255, 255, 255) | |
| HSL | hsl(0, 0%, 100%) | |
| CMYK | cmyk(0%, 0%, 0%, 0%) | |
| LAB | lab(100, 0, 0) | |
| OKLCH | oklch(1 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #ffffff;
background-color: #ffffff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFFF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 1.00, alpha: 1.0)