#587e00
a deep, electric green · cool · closest name: olivedrab
RGB
88, 126, 0
HSL
78°, 100%, 25%
CMYK
30, 0, 100, 51
Luminance
0.1700
Every format
| HEX | #587e00 |
| RGB | rgb(88, 126, 0) |
| HSL | hsl(78, 100%, 25%) |
| CMYK | cmyk(30%, 0%, 100%, 51%) |
| LAB | lab(48.3 -29.8 52.6) |
| LCH | lch(48.3 60.5 119.5) |
| OKLCH | oklch(0.544 0.142 127.7) |
Copy-ready code
/* CSS */
color: #587e00;
background-color: #587e00;
/* Tailwind (arbitrary) */
class="text-[#587e00] bg-[#587e00]"
/* SCSS */
$brand: #587e00;
/* SwiftUI */
Color(red: 0.345, green: 0.494, blue: 0.000)
/* Android */
Color.parseColor("#587e00")Accessibility — WCAG contrast
Aa
#587e00 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#587e00 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green49.4%
Blue0.0%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow100.0%
Key (black)50.6%
Color previews
#587e00 text on a black background
contrast 4.40:1
Card sample
#587e00 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #587e00;
Background color
Panel with #587e00 background
background-color: #587e00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #587e00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 126, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 126, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #587e00; background: linear-gradient(135deg, #587e00, #047E00);