Statuary
#9ea4a5
Statuary, represented by the hex value #9ea4a5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9ea4a5 | |
|---|---|---|
| RGB | rgb(158, 164, 165) | |
| HSL | hsl(189, 4%, 63%) | |
| CMYK | cmyk(4%, 1%, 0%, 35%) | |
| LAB | lab(67, -2, -1) | |
| OKLCH | oklch(0.71 0.007 209) |
Color harmonies
Tints & shades
Code snippets
color: #9ea4a5;
background-color: #9ea4a5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF9EA4A5)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.64, blue: 0.65, alpha: 1.0)