Venus Mist
#5f606e
Looking for the precise values behind Venus Mist (#5f606e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5f606e | |
|---|---|---|
| RGB | rgb(95, 96, 110) | |
| HSL | hsl(236, 7%, 40%) | |
| CMYK | cmyk(14%, 13%, 0%, 57%) | |
| LAB | lab(41, 2, -8) | |
| OKLCH | oklch(0.49 0.022 282) |
Color harmonies
Tints & shades
Code snippets
color: #5f606e;
background-color: #5f606e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF5F606E)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.38, blue: 0.43, alpha: 1.0)