#59850b
a dark, electric green · cool · closest name: olivedrab
RGB
89, 133, 11
HSL
82°, 85%, 28%
CMYK
33, 0, 92, 48
Luminance
0.1892
Every format
| HEX | #59850b |
| RGB | rgb(89, 133, 11) |
| HSL | hsl(82, 85%, 28%) |
| CMYK | cmyk(33%, 0%, 92%, 48%) |
| LAB | lab(50.6 -32.3 52.4) |
| LCH | lch(50.6 61.6 121.7) |
| OKLCH | oklch(0.563 0.146 129.4) |
Copy-ready code
/* CSS */
color: #59850b;
background-color: #59850b;
/* Tailwind (arbitrary) */
class="text-[#59850b] bg-[#59850b]"
/* SCSS */
$brand: #59850b;
/* SwiftUI */
Color(red: 0.349, green: 0.522, blue: 0.043)
/* Android */
Color.parseColor("#59850b")Accessibility — WCAG contrast
Aa
#59850b on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#59850b on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green52.2%
Blue4.3%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow91.7%
Key (black)47.8%
Color previews
#59850b text on a black background
contrast 4.78:1
Card sample
#59850b text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59850b;
Background color
Panel with #59850b background
background-color: #59850b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59850b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 133, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 133, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59850b; background: linear-gradient(135deg, #59850b, #0B850E);