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