Cold Blue
#88dddd
Here's everything about the color Cold Blue (#88dddd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #88dddd | |
|---|---|---|
| RGB | rgb(136, 221, 221) | |
| HSL | hsl(180, 56%, 70%) | |
| CMYK | cmyk(38%, 0%, 0%, 13%) | |
| LAB | lab(83, -27, -9) | |
| OKLCH | oklch(0.84 0.083 196) |
Color harmonies
Tints & shades
Code snippets
color: #88dddd;
background-color: #88dddd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF88DDDD)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.87, blue: 0.87, alpha: 1.0)