Isolation
#494d55
Isolation is a color with the hex code #494d55. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #494d55 | |
|---|---|---|
| RGB | rgb(73, 77, 85) | |
| HSL | hsl(220, 8%, 31%) | |
| CMYK | cmyk(14%, 9%, 0%, 67%) | |
| LAB | lab(33, 0, -5) | |
| OKLCH | oklch(0.42 0.014 264) |
Color harmonies
Tints & shades
Code snippets
color: #494d55;
background-color: #494d55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF494D55)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.30, blue: 0.33, alpha: 1.0)