#577c02
a deep, electric green · cool · closest name: olivedrab
RGB
87, 124, 2
HSL
78°, 97%, 25%
CMYK
30, 0, 98, 51
Luminance
0.1645
Every format
| HEX | #577c02 |
| RGB | rgb(87, 124, 2) |
| HSL | hsl(78, 97%, 25%) |
| CMYK | cmyk(30%, 0%, 98%, 51%) |
| LAB | lab(47.5 -29.2 51.7) |
| LCH | lch(47.5 59.3 119.5) |
| OKLCH | oklch(0.538 0.139 127.6) |
Copy-ready code
/* CSS */
color: #577c02;
background-color: #577c02;
/* Tailwind (arbitrary) */
class="text-[#577c02] bg-[#577c02]"
/* SCSS */
$brand: #577c02;
/* SwiftUI */
Color(red: 0.341, green: 0.486, blue: 0.008)
/* Android */
Color.parseColor("#577c02")Accessibility — WCAG contrast
Aa
#577c02 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577c02 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green48.6%
Blue0.8%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow98.4%
Key (black)51.4%
Color previews
#577c02 text on a black background
contrast 4.29:1
Card sample
#577c02 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577c02;
Background color
Panel with #577c02 background
background-color: #577c02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577c02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 124, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 124, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577c02; background: linear-gradient(135deg, #577c02, #067C02);