Grey Area
#8f9394
Grey Area, represented by the hex value #8f9394, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8f9394 | |
|---|---|---|
| RGB | rgb(143, 147, 148) | |
| HSL | hsl(192, 2%, 57%) | |
| CMYK | cmyk(3%, 1%, 0%, 42%) | |
| LAB | lab(61, -1, -1) | |
| OKLCH | oklch(0.66 0.005 214) |
Color harmonies
Tints & shades
Code snippets
color: #8f9394;
background-color: #8f9394;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF8F9394)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.58, blue: 0.58, alpha: 1.0)