Cool
#96b3b3
Cool, represented by the hex value #96b3b3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #96b3b3 | |
|---|---|---|
| RGB | rgb(150, 179, 179) | |
| HSL | hsl(180, 16%, 65%) | |
| CMYK | cmyk(16%, 0%, 0%, 30%) | |
| LAB | lab(71, -10, -3) | |
| OKLCH | oklch(0.75 0.032 196) |
Color harmonies
Tints & shades
Code snippets
color: #96b3b3;
background-color: #96b3b3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF96B3B3)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.70, blue: 0.70, alpha: 1.0)