#59552b
a dark, soft yellow · cool · closest name: darkslategray
RGB
89, 85, 43
HSL
55°, 35%, 26%
CMYK
0, 5, 52, 65
Luminance
0.0880
Every format
| HEX | #59552b |
| RGB | rgb(89, 85, 43) |
| HSL | hsl(55, 35%, 26%) |
| CMYK | cmyk(0%, 5%, 52%, 65%) |
| LAB | lab(35.6 -5.0 24.9) |
| LCH | lch(35.6 25.4 101.4) |
| OKLCH | oklch(0.443 0.061 103.8) |
Copy-ready code
/* CSS */
color: #59552b;
background-color: #59552b;
/* Tailwind (arbitrary) */
class="text-[#59552b] bg-[#59552b]"
/* SCSS */
$brand: #59552b;
/* SwiftUI */
Color(red: 0.349, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#59552b")Accessibility — WCAG contrast
Aa
#59552b on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#59552b on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow51.7%
Key (black)65.1%
Color previews
#59552b text on a black background
contrast 2.76:1
Card sample
#59552b text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59552b;
Background color
Panel with #59552b background
background-color: #59552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59552b; background: linear-gradient(135deg, #59552b, #3E592B);