Jazz
#5f2c2f
Looking for the precise values behind Jazz (#5f2c2f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5f2c2f | |
|---|---|---|
| RGB | rgb(95, 44, 47) | |
| HSL | hsl(356, 37%, 27%) | |
| CMYK | cmyk(0%, 54%, 51%, 63%) | |
| LAB | lab(25, 24, 9) | |
| OKLCH | oklch(0.36 0.074 18) |
Color harmonies
Tints & shades
Code snippets
color: #5f2c2f;
background-color: #5f2c2f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF5F2C2F)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.17, blue: 0.18, alpha: 1.0)