#5a592f
a dark, soft yellow · cool · closest name: darkslategray
RGB
90, 89, 47
HSL
59°, 31%, 27%
CMYK
0, 1, 48, 65
Luminance
0.0952
Every format
| HEX | #5a592f |
| RGB | rgb(90, 89, 47) |
| HSL | hsl(59, 31%, 27%) |
| CMYK | cmyk(0%, 1%, 48%, 65%) |
| LAB | lab(37.0 -6.5 24.4) |
| LCH | lch(37.0 25.2 104.9) |
| OKLCH | oklch(0.454 0.061 107.4) |
Copy-ready code
/* CSS */
color: #5a592f;
background-color: #5a592f;
/* Tailwind (arbitrary) */
class="text-[#5a592f] bg-[#5a592f]"
/* SCSS */
$brand: #5a592f;
/* SwiftUI */
Color(red: 0.353, green: 0.349, blue: 0.184)
/* Android */
Color.parseColor("#5a592f")Accessibility — WCAG contrast
Aa
#5a592f on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a592f on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green34.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow47.8%
Key (black)64.7%
Color previews
#5a592f text on a black background
contrast 2.90:1
Card sample
#5a592f text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a592f;
Background color
Panel with #5a592f background
background-color: #5a592f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a592f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 89, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 89, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a592f; background: linear-gradient(135deg, #5a592f, #3E5A2F);