Stormy Waters
#84a9b0
Looking for the precise values behind Stormy Waters (#84a9b0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #84a9b0 | |
|---|---|---|
| RGB | rgb(132, 169, 176) | |
| HSL | hsl(190, 22%, 60%) | |
| CMYK | cmyk(25%, 4%, 0%, 31%) | |
| LAB | lab(67, -12, -8) | |
| OKLCH | oklch(0.71 0.041 210) |
Color harmonies
Tints & shades
Code snippets
color: #84a9b0;
background-color: #84a9b0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF84A9B0)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.66, blue: 0.69, alpha: 1.0)