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