#575721
a deep, vivid yellow · cool · closest name: olive
RGB
87, 87, 33
HSL
60°, 45%, 24%
CMYK
0, 0, 62, 66
Luminance
0.0895
Every format
| HEX | #575721 |
| RGB | rgb(87, 87, 33) |
| HSL | hsl(60, 45%, 24%) |
| CMYK | cmyk(0%, 0%, 62%, 66%) |
| LAB | lab(35.9 -8.1 30.7) |
| LCH | lch(35.9 31.7 104.9) |
| OKLCH | oklch(0.445 0.075 109.1) |
Copy-ready code
/* CSS */
color: #575721;
background-color: #575721;
/* Tailwind (arbitrary) */
class="text-[#575721] bg-[#575721]"
/* SCSS */
$brand: #575721;
/* SwiftUI */
Color(red: 0.341, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#575721")Accessibility — WCAG contrast
Aa
#575721 on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#575721 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow62.1%
Key (black)65.9%
Color previews
#575721 text on a black background
contrast 2.79:1
Card sample
#575721 text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #575721;
Background color
Panel with #575721 background
background-color: #575721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #575721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #575721; background: linear-gradient(135deg, #575721, #335721);