Shimmering Blue
#82dbcc
Here's everything about the color Shimmering Blue (#82dbcc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #82dbcc | |
|---|---|---|
| RGB | rgb(130, 219, 204) | |
| HSL | hsl(170, 55%, 68%) | |
| CMYK | cmyk(41%, 0%, 7%, 14%) | |
| LAB | lab(82, -31, -1) | |
| OKLCH | oklch(0.83 0.089 182) |
Color harmonies
Tints & shades
Code snippets
color: #82dbcc;
background-color: #82dbcc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF82DBCC)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.86, blue: 0.80, alpha: 1.0)