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