#575921
a deep, vivid yellow · cool · closest name: olive
RGB
87, 89, 33
HSL
62°, 46%, 24%
CMYK
2, 0, 63, 65
Luminance
0.0928
Every format
| HEX | #575921 |
| RGB | rgb(87, 89, 33) |
| HSL | hsl(62, 46%, 24%) |
| CMYK | cmyk(2%, 0%, 63%, 65%) |
| LAB | lab(36.5 -9.3 31.4) |
| LCH | lch(36.5 32.7 106.5) |
| OKLCH | oklch(0.450 0.077 111.0) |
Copy-ready code
/* CSS */
color: #575921;
background-color: #575921;
/* Tailwind (arbitrary) */
class="text-[#575921] bg-[#575921]"
/* SCSS */
$brand: #575921;
/* SwiftUI */
Color(red: 0.341, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#575921")Accessibility — WCAG contrast
Aa
#575921 on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#575921 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green34.9%
Blue12.9%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow62.9%
Key (black)65.1%
Color previews
#575921 text on a black background
contrast 2.86:1
Card sample
#575921 text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #575921;
Background color
Panel with #575921 background
background-color: #575921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #575921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #575921; background: linear-gradient(135deg, #575921, #325921);