Wrapped in Twilight
#5f6d6e
Looking for the precise values behind Wrapped in Twilight (#5f6d6e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5f6d6e | |
|---|---|---|
| RGB | rgb(95, 109, 110) | |
| HSL | hsl(184, 7%, 40%) | |
| CMYK | cmyk(14%, 1%, 0%, 57%) | |
| LAB | lab(45, -5, -2) | |
| OKLCH | oklch(0.52 0.017 202) |
Color harmonies
Tints & shades
Code snippets
color: #5f6d6e;
background-color: #5f6d6e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF5F6D6E)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.43, blue: 0.43, alpha: 1.0)