#9eba13
a dark, electric green · cool · closest name: olivedrab
RGB
158, 186, 19
HSL
70°, 82%, 40%
CMYK
15, 0, 90, 27
Luminance
0.4243
Every format
| HEX | #9eba13 |
| RGB | rgb(158, 186, 19) |
| HSL | hsl(70, 82%, 40%) |
| CMYK | cmyk(15%, 0%, 90%, 27%) |
| LAB | lab(71.2 -28.7 69.7) |
| LCH | lch(71.2 75.3 112.4) |
| OKLCH | oklch(0.742 0.172 120.1) |
Copy-ready code
/* CSS */
color: #9eba13;
background-color: #9eba13;
/* Tailwind (arbitrary) */
class="text-[#9eba13] bg-[#9eba13]"
/* SCSS */
$brand: #9eba13;
/* SwiftUI */
Color(red: 0.620, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#9eba13")Accessibility — WCAG contrast
Aa
#9eba13 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eba13 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.9%
Blue7.5%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#9eba13 text on a black background
contrast 9.49:1
Card sample
#9eba13 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eba13;
Background color
Panel with #9eba13 background
background-color: #9eba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eba13; background: linear-gradient(135deg, #9eba13, #2FBA13);