#598607
a dark, electric green · cool · closest name: olivedrab
RGB
89, 134, 7
HSL
81°, 90%, 28%
CMYK
34, 0, 95, 48
Luminance
0.1919
Every format
| HEX | #598607 |
| RGB | rgb(89, 134, 7) |
| HSL | hsl(81, 90%, 28%) |
| CMYK | cmyk(34%, 0%, 95%, 48%) |
| LAB | lab(50.9 -32.9 53.4) |
| LCH | lch(50.9 62.7 121.6) |
| OKLCH | oklch(0.566 0.149 129.5) |
Copy-ready code
/* CSS */
color: #598607;
background-color: #598607;
/* Tailwind (arbitrary) */
class="text-[#598607] bg-[#598607]"
/* SCSS */
$brand: #598607;
/* SwiftUI */
Color(red: 0.349, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#598607")Accessibility — WCAG contrast
Aa
#598607 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#598607 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green52.5%
Blue2.7%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#598607 text on a black background
contrast 4.84:1
Card sample
#598607 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #598607;
Background color
Panel with #598607 background
background-color: #598607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #598607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #598607; background: linear-gradient(135deg, #598607, #07860A);