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