Frozen Civilization
#e1f5e5
Frozen Civilization, represented by the hex value #e1f5e5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e1f5e5 | |
|---|---|---|
| RGB | rgb(225, 245, 229) | |
| HSL | hsl(132, 50%, 92%) | |
| CMYK | cmyk(8%, 0%, 7%, 4%) | |
| LAB | lab(95, -9, 5) | |
| OKLCH | oklch(0.95 0.03 152) |
Color harmonies
Tints & shades
Code snippets
color: #e1f5e5;
background-color: #e1f5e5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1F5E5)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.96, blue: 0.90, alpha: 1.0)