#0e960e
a dark, electric green · cool · closest name: green
RGB
14, 150, 14
HSL
120°, 83%, 32%
CMYK
91, 0, 91, 41
Luminance
0.2194
Every format
| HEX | #0e960e |
| RGB | rgb(14, 150, 14) |
| HSL | hsl(120, 83%, 32%) |
| CMYK | cmyk(91%, 0%, 91%, 41%) |
| LAB | lab(54.0 -56.7 53.8) |
| LCH | lch(54.0 78.1 136.5) |
| OKLCH | oklch(0.585 0.194 142.6) |
Copy-ready code
/* CSS */
color: #0e960e;
background-color: #0e960e;
/* Tailwind (arbitrary) */
class="text-[#0e960e] bg-[#0e960e]"
/* SCSS */
$brand: #0e960e;
/* SwiftUI */
Color(red: 0.055, green: 0.588, blue: 0.055)
/* Android */
Color.parseColor("#0e960e")Accessibility — WCAG contrast
Aa
#0e960e on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0e960e on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green58.8%
Blue5.5%
CMYK percentages
Cyan90.7%
Magenta0.0%
Yellow90.7%
Key (black)41.2%
Color previews
#0e960e text on a black background
contrast 5.39:1
Card sample
#0e960e text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e960e;
Background color
Panel with #0e960e background
background-color: #0e960e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e960e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 150, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 150, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e960e; background: linear-gradient(135deg, #0e960e, #0E9669);