#59472b
a dark, soft orange · warm · closest name: darkslategray
RGB
89, 71, 43
HSL
37°, 35%, 26%
CMYK
0, 20, 52, 65
Luminance
0.0680
Every format
| HEX | #59472b |
| RGB | rgb(89, 71, 43) |
| HSL | hsl(37, 35%, 26%) |
| CMYK | cmyk(0%, 20%, 52%, 65%) |
| LAB | lab(31.4 3.5 19.7) |
| LCH | lch(31.4 20.0 79.8) |
| OKLCH | oklch(0.410 0.049 77.8) |
Copy-ready code
/* CSS */
color: #59472b;
background-color: #59472b;
/* Tailwind (arbitrary) */
class="text-[#59472b] bg-[#59472b]"
/* SCSS */
$brand: #59472b;
/* SwiftUI */
Color(red: 0.349, green: 0.278, blue: 0.169)
/* Android */
Color.parseColor("#59472b")Accessibility — WCAG contrast
Aa
#59472b on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#59472b on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green27.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow51.7%
Key (black)65.1%
Color previews
#59472b text on a black background
contrast 2.36:1
Card sample
#59472b text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59472b;
Background color
Panel with #59472b background
background-color: #59472b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59472b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 71, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 71, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59472b; background: linear-gradient(135deg, #59472b, #4C592B);