Frost
#e1e4c5
Frost is a color with the hex code #e1e4c5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e1e4c5 | |
|---|---|---|
| RGB | rgb(225, 228, 197) | |
| HSL | hsl(66, 36%, 83%) | |
| CMYK | cmyk(1%, 0%, 14%, 11%) | |
| LAB | lab(90, -5, 15) | |
| OKLCH | oklch(0.91 0.041 112) |
Color harmonies
Tints & shades
Code snippets
color: #e1e4c5;
background-color: #e1e4c5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1E4C5)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.89, blue: 0.77, alpha: 1.0)