Molasses
#574a47
Looking for the precise values behind Molasses (#574a47)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #574a47 | |
|---|---|---|
| RGB | rgb(87, 74, 71) | |
| HSL | hsl(11, 10%, 31%) | |
| CMYK | cmyk(0%, 15%, 18%, 66%) | |
| LAB | lab(33, 5, 4) | |
| OKLCH | oklch(0.42 0.018 33) |
Color harmonies
Tints & shades
Code snippets
color: #574a47;
background-color: #574a47;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF574A47)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.29, blue: 0.28, alpha: 1.0)