Foggy Day
#e7e3db
Looking for the precise values behind Foggy Day (#e7e3db)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e7e3db | |
|---|---|---|
| RGB | rgb(231, 227, 219) | |
| HSL | hsl(40, 20%, 88%) | |
| CMYK | cmyk(0%, 2%, 5%, 9%) | |
| LAB | lab(90, 0, 4) | |
| OKLCH | oklch(0.92 0.012 85) |
Color harmonies
Tints & shades
Code snippets
color: #e7e3db;
background-color: #e7e3db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE7E3DB)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.89, blue: 0.86, alpha: 1.0)