Snowflake
#eff0f0
Snowflake is a color with the hex code #eff0f0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eff0f0 | |
|---|---|---|
| RGB | rgb(239, 240, 240) | |
| HSL | hsl(180, 3%, 94%) | |
| CMYK | cmyk(0%, 0%, 0%, 6%) | |
| LAB | lab(95, 0, 0) | |
| OKLCH | oklch(0.95 0.001 197) |
Color harmonies
Tints & shades
Code snippets
color: #eff0f0;
background-color: #eff0f0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFF0F0)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.94, blue: 0.94, alpha: 1.0)