#5a592c
a dark, soft yellow · cool · closest name: darkslategray
RGB
90, 89, 44
HSL
59°, 34%, 26%
CMYK
0, 1, 51, 65
Luminance
0.0950
Every format
| HEX | #5a592c |
| RGB | rgb(90, 89, 44) |
| HSL | hsl(59, 34%, 26%) |
| CMYK | cmyk(0%, 1%, 51%, 65%) |
| LAB | lab(36.9 -6.8 26.0) |
| LCH | lch(36.9 26.9 104.7) |
| OKLCH | oklch(0.454 0.065 107.6) |
Copy-ready code
/* CSS */
color: #5a592c;
background-color: #5a592c;
/* Tailwind (arbitrary) */
class="text-[#5a592c] bg-[#5a592c]"
/* SCSS */
$brand: #5a592c;
/* SwiftUI */
Color(red: 0.353, green: 0.349, blue: 0.173)
/* Android */
Color.parseColor("#5a592c")Accessibility — WCAG contrast
Aa
#5a592c on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a592c on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green34.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow51.1%
Key (black)64.7%
Color previews
#5a592c text on a black background
contrast 2.90:1
Card sample
#5a592c text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a592c;
Background color
Panel with #5a592c background
background-color: #5a592c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a592c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 89, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 89, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a592c; background: linear-gradient(135deg, #5a592c, #3C5A2C);