#585721
a deep, vivid yellow · cool · closest name: olive
RGB
88, 87, 33
HSL
59°, 46%, 24%
CMYK
0, 1, 63, 66
Luminance
0.0900
Every format
| HEX | #585721 |
| RGB | rgb(88, 87, 33) |
| HSL | hsl(59, 46%, 24%) |
| CMYK | cmyk(0%, 1%, 63%, 66%) |
| LAB | lab(36.0 -7.7 30.8) |
| LCH | lch(36.0 31.8 104.0) |
| OKLCH | oklch(0.446 0.075 108.1) |
Copy-ready code
/* CSS */
color: #585721;
background-color: #585721;
/* Tailwind (arbitrary) */
class="text-[#585721] bg-[#585721]"
/* SCSS */
$brand: #585721;
/* SwiftUI */
Color(red: 0.345, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#585721")Accessibility — WCAG contrast
Aa
#585721 on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#585721 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow62.5%
Key (black)65.5%
Color previews
#585721 text on a black background
contrast 2.80:1
Card sample
#585721 text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #585721;
Background color
Panel with #585721 background
background-color: #585721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #585721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #585721; background: linear-gradient(135deg, #585721, #345821);