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