Morning Mist
#e5edf1
Looking for the precise values behind Morning Mist (#e5edf1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e5edf1 | |
|---|---|---|
| RGB | rgb(229, 237, 241) | |
| HSL | hsl(200, 30%, 92%) | |
| CMYK | cmyk(5%, 2%, 0%, 5%) | |
| LAB | lab(93, -2, -3) | |
| OKLCH | oklch(0.94 0.01 229) |
Color harmonies
Tints & shades
Code snippets
color: #e5edf1;
background-color: #e5edf1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE5EDF1)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.93, blue: 0.95, alpha: 1.0)