#59594a
a dark, muted yellow · cool · closest name: darkslategray
RGB
89, 89, 74
HSL
60°, 9%, 32%
CMYK
0, 0, 17, 65
Luminance
0.0976
Every format
| HEX | #59594a |
| RGB | rgb(89, 89, 74) |
| HSL | hsl(60, 9%, 32%) |
| CMYK | cmyk(0%, 0%, 17%, 65%) |
| LAB | lab(37.4 -2.9 8.7) |
| LCH | lch(37.4 9.2 108.7) |
| OKLCH | oklch(0.459 0.024 107.3) |
Copy-ready code
/* CSS */
color: #59594a;
background-color: #59594a;
/* Tailwind (arbitrary) */
class="text-[#59594a] bg-[#59594a]"
/* SCSS */
$brand: #59594a;
/* SwiftUI */
Color(red: 0.349, green: 0.349, blue: 0.290)
/* Android */
Color.parseColor("#59594a")Accessibility — WCAG contrast
Aa
#59594a on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#59594a on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green34.9%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow16.9%
Key (black)65.1%
Color previews
#59594a text on a black background
contrast 2.95:1
Card sample
#59594a text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59594a;
Background color
Panel with #59594a background
background-color: #59594a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59594a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 89, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 89, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59594a; background: linear-gradient(135deg, #59594a, #4F594A);