#96be13
a dark, electric green · cool · closest name: olivedrab
RGB
150, 190, 19
HSL
74°, 82%, 41%
CMYK
21, 0, 90, 26
Luminance
0.4336
Every format
| HEX | #96be13 |
| RGB | rgb(150, 190, 19) |
| HSL | hsl(74, 82%, 41%) |
| CMYK | cmyk(21%, 0%, 90%, 26%) |
| LAB | lab(71.8 -33.9 70.0) |
| LCH | lch(71.8 77.7 115.8) |
| OKLCH | oklch(0.745 0.180 123.7) |
Copy-ready code
/* CSS */
color: #96be13;
background-color: #96be13;
/* Tailwind (arbitrary) */
class="text-[#96be13] bg-[#96be13]"
/* SCSS */
$brand: #96be13;
/* SwiftUI */
Color(red: 0.588, green: 0.745, blue: 0.075)
/* Android */
Color.parseColor("#96be13")Accessibility — WCAG contrast
Aa
#96be13 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96be13 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green74.5%
Blue7.5%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow90.0%
Key (black)25.5%
Color previews
#96be13 text on a black background
contrast 9.67:1
Card sample
#96be13 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96be13;
Background color
Panel with #96be13 background
background-color: #96be13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96be13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 190, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 190, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96be13; background: linear-gradient(135deg, #96be13, #24BE13);