#578621
a dark, vivid green · cool · closest name: olivedrab
RGB
87, 134, 33
HSL
88°, 61%, 33%
CMYK
35, 0, 75, 48
Luminance
0.1919
Every format
| HEX | #578621 |
| RGB | rgb(87, 134, 33) |
| HSL | hsl(88, 61%, 33%) |
| CMYK | cmyk(35%, 0%, 75%, 48%) |
| LAB | lab(50.9 -32.6 46.4) |
| LCH | lch(50.9 56.6 125.1) |
| OKLCH | oklch(0.566 0.139 131.6) |
Copy-ready code
/* CSS */
color: #578621;
background-color: #578621;
/* Tailwind (arbitrary) */
class="text-[#578621] bg-[#578621]"
/* SCSS */
$brand: #578621;
/* SwiftUI */
Color(red: 0.341, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#578621")Accessibility — WCAG contrast
Aa
#578621 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#578621 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green52.5%
Blue12.9%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#578621 text on a black background
contrast 4.84:1
Card sample
#578621 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #578621;
Background color
Panel with #578621 background
background-color: #578621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #578621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #578621; background: linear-gradient(135deg, #578621, #21862E);