Masala
#57534b
Looking for the precise values behind Masala (#57534b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #57534b | |
|---|---|---|
| RGB | rgb(87, 83, 75) | |
| HSL | hsl(40, 7%, 32%) | |
| CMYK | cmyk(0%, 5%, 14%, 66%) | |
| LAB | lab(35, 1, 5) | |
| OKLCH | oklch(0.44 0.014 85) |
Color harmonies
Tints & shades
Code snippets
color: #57534b;
background-color: #57534b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF57534B)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.33, blue: 0.29, alpha: 1.0)