Steely Grey
#90979b
Looking for the precise values behind Steely Grey (#90979b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #90979b | |
|---|---|---|
| RGB | rgb(144, 151, 155) | |
| HSL | hsl(202, 5%, 59%) | |
| CMYK | cmyk(7%, 3%, 0%, 39%) | |
| LAB | lab(62, -2, -3) | |
| OKLCH | oklch(0.67 0.01 232) |
Color harmonies
Tints & shades
Code snippets
color: #90979b;
background-color: #90979b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF90979B)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.59, blue: 0.61, alpha: 1.0)