Liver
#654a46
Looking for the precise values behind Liver (#654a46)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #654a46 | |
|---|---|---|
| RGB | rgb(101, 74, 70) | |
| HSL | hsl(8, 18%, 34%) | |
| CMYK | cmyk(0%, 27%, 31%, 60%) | |
| LAB | lab(34, 11, 7) | |
| OKLCH | oklch(0.44 0.038 28) |
Color harmonies
Tints & shades
Code snippets
color: #654a46;
background-color: #654a46;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF654A46)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.29, blue: 0.27, alpha: 1.0)