#58582c
a dark, soft yellow · cool · closest name: darkslategray
RGB
88, 88, 44
HSL
60°, 33%, 26%
CMYK
0, 0, 50, 66
Luminance
0.0924
Every format
| HEX | #58582c |
| RGB | rgb(88, 88, 44) |
| HSL | hsl(60, 33%, 26%) |
| CMYK | cmyk(0%, 0%, 50%, 66%) |
| LAB | lab(36.4 -7.2 25.4) |
| LCH | lch(36.4 26.4 105.8) |
| OKLCH | oklch(0.450 0.064 108.7) |
Copy-ready code
/* CSS */
color: #58582c;
background-color: #58582c;
/* Tailwind (arbitrary) */
class="text-[#58582c] bg-[#58582c]"
/* SCSS */
$brand: #58582c;
/* SwiftUI */
Color(red: 0.345, green: 0.345, blue: 0.173)
/* Android */
Color.parseColor("#58582c")Accessibility — WCAG contrast
Aa
#58582c on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58582c on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green34.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow50.0%
Key (black)65.5%
Color previews
#58582c text on a black background
contrast 2.85:1
Card sample
#58582c text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58582c;
Background color
Panel with #58582c background
background-color: #58582c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58582c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 88, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 88, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58582c; background: linear-gradient(135deg, #58582c, #3B582C);