#577703
a deep, electric green · cool · closest name: olivedrab
RGB
87, 119, 3
HSL
77°, 95%, 24%
CMYK
27, 0, 98, 53
Luminance
0.1523
Every format
| HEX | #577703 |
| RGB | rgb(87, 119, 3) |
| HSL | hsl(77, 95%, 24%) |
| CMYK | cmyk(27%, 0%, 98%, 53%) |
| LAB | lab(45.9 -26.8 50.2) |
| LCH | lch(45.9 56.9 118.1) |
| OKLCH | oklch(0.525 0.133 126.1) |
Copy-ready code
/* CSS */
color: #577703;
background-color: #577703;
/* Tailwind (arbitrary) */
class="text-[#577703] bg-[#577703]"
/* SCSS */
$brand: #577703;
/* SwiftUI */
Color(red: 0.341, green: 0.467, blue: 0.012)
/* Android */
Color.parseColor("#577703")Accessibility — WCAG contrast
Aa
#577703 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577703 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green46.7%
Blue1.2%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow97.5%
Key (black)53.3%
Color previews
#577703 text on a black background
contrast 4.05:1
Card sample
#577703 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577703;
Background color
Panel with #577703 background
background-color: #577703;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577703;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 119, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 119, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577703; background: linear-gradient(135deg, #577703, #0A7703);