Crushed Ice
#c4fff7
Looking for the precise values behind Crushed Ice (#c4fff7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c4fff7 | |
|---|---|---|
| RGB | rgb(196, 255, 247) | |
| HSL | hsl(172, 100%, 88%) | |
| CMYK | cmyk(23%, 0%, 3%, 0%) | |
| LAB | lab(96, -20, -3) | |
| OKLCH | oklch(0.96 0.06 186) |
Color harmonies
Tints & shades
Code snippets
color: #c4fff7;
background-color: #c4fff7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC4FFF7)
/* Swift / UIKit */
UIColor(red: 0.77, green: 1.00, blue: 0.97, alpha: 1.0)