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