Cold Wave
#c2e2e3
Looking for the precise values behind Cold Wave (#c2e2e3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c2e2e3 | |
|---|---|---|
| RGB | rgb(194, 226, 227) | |
| HSL | hsl(182, 37%, 83%) | |
| CMYK | cmyk(15%, 0%, 0%, 11%) | |
| LAB | lab(88, -11, -4) | |
| OKLCH | oklch(0.89 0.034 199) |
Color harmonies
Tints & shades
Code snippets
color: #c2e2e3;
background-color: #c2e2e3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC2E2E3)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.89, blue: 0.89, alpha: 1.0)