Smokescreen
#5e5755
Looking for the precise values behind Smokescreen (#5e5755)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5e5755 | |
|---|---|---|
| RGB | rgb(94, 87, 85) | |
| HSL | hsl(13, 5%, 35%) | |
| CMYK | cmyk(0%, 7%, 10%, 63%) | |
| LAB | lab(38, 3, 2) | |
| OKLCH | oklch(0.46 0.01 37) |
Color harmonies
Tints & shades
Code snippets
color: #5e5755;
background-color: #5e5755;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF5E5755)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.34, blue: 0.33, alpha: 1.0)