Smoky Studio
#7e8590
Looking for the precise values behind Smoky Studio (#7e8590)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7e8590 | |
|---|---|---|
| RGB | rgb(126, 133, 144) | |
| HSL | hsl(217, 7%, 53%) | |
| CMYK | cmyk(12%, 8%, 0%, 44%) | |
| LAB | lab(55, -1, -7) | |
| OKLCH | oklch(0.61 0.019 259) |
Color harmonies
Tints & shades
Code snippets
color: #7e8590;
background-color: #7e8590;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF7E8590)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.52, blue: 0.56, alpha: 1.0)