#575021
a deep, vivid yellow · cool · closest name: darkslategray
RGB
87, 80, 33
HSL
52°, 45%, 24%
CMYK
0, 8, 62, 66
Luminance
0.0787
Every format
| HEX | #575021 |
| RGB | rgb(87, 80, 33) |
| HSL | hsl(52, 45%, 24%) |
| CMYK | cmyk(0%, 8%, 62%, 66%) |
| LAB | lab(33.7 -4.0 28.2) |
| LCH | lch(33.7 28.5 98.0) |
| OKLCH | oklch(0.427 0.067 100.9) |
Copy-ready code
/* CSS */
color: #575021;
background-color: #575021;
/* Tailwind (arbitrary) */
class="text-[#575021] bg-[#575021]"
/* SCSS */
$brand: #575021;
/* SwiftUI */
Color(red: 0.341, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#575021")Accessibility — WCAG contrast
Aa
#575021 on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#575021 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow62.1%
Key (black)65.9%
Color previews
#575021 text on a black background
contrast 2.57:1
Card sample
#575021 text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #575021;
Background color
Panel with #575021 background
background-color: #575021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #575021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #575021; background: linear-gradient(135deg, #575021, #3A5721);