Morning Snow
#f5f4ed
Here's everything about the color Morning Snow (#f5f4ed) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f5f4ed | |
|---|---|---|
| RGB | rgb(245, 244, 237) | |
| HSL | hsl(53, 29%, 95%) | |
| CMYK | cmyk(0%, 0%, 3%, 4%) | |
| LAB | lab(96, -1, 4) | |
| OKLCH | oklch(0.97 0.009 100) |
Color harmonies
Tints & shades
Code snippets
color: #f5f4ed;
background-color: #f5f4ed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5F4ED)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.96, blue: 0.93, alpha: 1.0)