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