#58520e
a deep, vivid yellow · cool · closest name: olive
RGB
88, 82, 14
HSL
55°, 73%, 20%
CMYK
0, 7, 84, 66
Luminance
0.0814
Every format
| HEX | #58520e |
| RGB | rgb(88, 82, 14) |
| HSL | hsl(55, 73%, 20%) |
| CMYK | cmyk(0%, 7%, 84%, 66%) |
| LAB | lab(34.3 -5.9 37.6) |
| LCH | lch(34.3 38.0 99.0) |
| OKLCH | oklch(0.431 0.084 104.1) |
Copy-ready code
/* CSS */
color: #58520e;
background-color: #58520e;
/* Tailwind (arbitrary) */
class="text-[#58520e] bg-[#58520e]"
/* SCSS */
$brand: #58520e;
/* SwiftUI */
Color(red: 0.345, green: 0.322, blue: 0.055)
/* Android */
Color.parseColor("#58520e")Accessibility — WCAG contrast
Aa
#58520e on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58520e on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green32.2%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow84.1%
Key (black)65.5%
Color previews
#58520e text on a black background
contrast 2.63:1
Card sample
#58520e text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58520e;
Background color
Panel with #58520e background
background-color: #58520e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58520e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 82, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 82, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58520e; background: linear-gradient(135deg, #58520e, #2D580E);