Frozen Wave
#56acca
Frozen Wave is a color with the hex code #56acca. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #56acca | |
|---|---|---|
| RGB | rgb(86, 172, 202) | |
| HSL | hsl(196, 52%, 56%) | |
| CMYK | cmyk(57%, 15%, 0%, 21%) | |
| LAB | lab(66, -20, -24) | |
| OKLCH | oklch(0.7 0.094 223) |
Color harmonies
Tints & shades
Code snippets
color: #56acca;
background-color: #56acca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF56ACCA)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.67, blue: 0.79, alpha: 1.0)