Put on Ice
#c8ddea
Put on Ice is a color with the hex code #c8ddea. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c8ddea | |
|---|---|---|
| RGB | rgb(200, 221, 234) | |
| HSL | hsl(203, 45%, 85%) | |
| CMYK | cmyk(15%, 6%, 0%, 8%) | |
| LAB | lab(87, -5, -9) | |
| OKLCH | oklch(0.89 0.029 235) |
Color harmonies
Tints & shades
Code snippets
color: #c8ddea;
background-color: #c8ddea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC8DDEA)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.87, blue: 0.92, alpha: 1.0)