#576021
a dark, vivid yellow · cool · closest name: olive
RGB
87, 96, 33
HSL
69°, 49%, 25%
CMYK
9, 0, 66, 62
Luminance
0.1050
Every format
| HEX | #576021 |
| RGB | rgb(87, 96, 33) |
| HSL | hsl(69, 49%, 25%) |
| CMYK | cmyk(9%, 0%, 66%, 62%) |
| LAB | lab(38.7 -13.3 33.8) |
| LCH | lch(38.7 36.3 111.5) |
| OKLCH | oklch(0.467 0.087 116.7) |
Copy-ready code
/* CSS */
color: #576021;
background-color: #576021;
/* Tailwind (arbitrary) */
class="text-[#576021] bg-[#576021]"
/* SCSS */
$brand: #576021;
/* SwiftUI */
Color(red: 0.341, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#576021")Accessibility — WCAG contrast
Aa
#576021 on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#576021 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green37.6%
Blue12.9%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#576021 text on a black background
contrast 3.10:1
Card sample
#576021 text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #576021;
Background color
Panel with #576021 background
background-color: #576021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #576021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #576021; background: linear-gradient(135deg, #576021, #2D6021);