#579727
a dark, vivid green · cool · closest name: olivedrab
RGB
87, 151, 39
HSL
94°, 59%, 37%
CMYK
42, 0, 74, 41
Luminance
0.2431
Every format
| HEX | #579727 |
| RGB | rgb(87, 151, 39) |
| HSL | hsl(94, 59%, 37%) |
| CMYK | cmyk(42%, 0%, 74%, 41%) |
| LAB | lab(56.4 -39.7 49.6) |
| LCH | lch(56.4 63.5 128.7) |
| OKLCH | oklch(0.611 0.157 134.9) |
Copy-ready code
/* CSS */
color: #579727;
background-color: #579727;
/* Tailwind (arbitrary) */
class="text-[#579727] bg-[#579727]"
/* SCSS */
$brand: #579727;
/* SwiftUI */
Color(red: 0.341, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#579727")Accessibility — WCAG contrast
Aa
#579727 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#579727 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green59.2%
Blue15.3%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow74.2%
Key (black)40.8%
Color previews
#579727 text on a black background
contrast 5.86:1
Card sample
#579727 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #579727;
Background color
Panel with #579727 background
background-color: #579727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #579727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #579727; background: linear-gradient(135deg, #579727, #279742);