#59940f
a dark, electric green · cool · closest name: olivedrab
RGB
89, 148, 15
HSL
87°, 82%, 32%
CMYK
40, 0, 90, 42
Luminance
0.2334
Every format
| HEX | #59940f |
| RGB | rgb(89, 148, 15) |
| HSL | hsl(87, 82%, 32%) |
| CMYK | cmyk(40%, 0%, 90%, 42%) |
| LAB | lab(55.4 -38.9 55.7) |
| LCH | lch(55.4 67.9 124.9) |
| OKLCH | oklch(0.603 0.164 132.4) |
Copy-ready code
/* CSS */
color: #59940f;
background-color: #59940f;
/* Tailwind (arbitrary) */
class="text-[#59940f] bg-[#59940f]"
/* SCSS */
$brand: #59940f;
/* SwiftUI */
Color(red: 0.349, green: 0.580, blue: 0.059)
/* Android */
Color.parseColor("#59940f")Accessibility — WCAG contrast
Aa
#59940f on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#59940f on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green58.0%
Blue5.9%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow89.9%
Key (black)42.0%
Color previews
#59940f text on a black background
contrast 5.67:1
Card sample
#59940f text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59940f;
Background color
Panel with #59940f background
background-color: #59940f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59940f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 148, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 148, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59940f; background: linear-gradient(135deg, #59940f, #0F941E);