Bone-Chilling
#e1f2f0
Looking for the precise values behind Bone-Chilling (#e1f2f0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e1f2f0 | |
|---|---|---|
| RGB | rgb(225, 242, 240) | |
| HSL | hsl(173, 40%, 92%) | |
| CMYK | cmyk(7%, 0%, 1%, 5%) | |
| LAB | lab(94, -6, -1) | |
| OKLCH | oklch(0.95 0.018 188) |
Color harmonies
Tints & shades
Code snippets
color: #e1f2f0;
background-color: #e1f2f0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1F2F0)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.95, blue: 0.94, alpha: 1.0)