#96af13
a dark, electric yellow · cool · closest name: olivedrab
RGB
150, 175, 19
HSL
70°, 80%, 38%
CMYK
14, 0, 89, 31
Luminance
0.3719
Every format
| HEX | #96af13 |
| RGB | rgb(150, 175, 19) |
| HSL | hsl(70, 80%, 38%) |
| CMYK | cmyk(14%, 0%, 89%, 31%) |
| LAB | lab(67.4 -26.8 66.4) |
| LCH | lch(67.4 71.6 112.0) |
| OKLCH | oklch(0.710 0.164 119.6) |
Copy-ready code
/* CSS */
color: #96af13;
background-color: #96af13;
/* Tailwind (arbitrary) */
class="text-[#96af13] bg-[#96af13]"
/* SCSS */
$brand: #96af13;
/* SwiftUI */
Color(red: 0.588, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#96af13")Accessibility — WCAG contrast
Aa
#96af13 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96af13 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green68.6%
Blue7.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow89.1%
Key (black)31.4%
Color previews
#96af13 text on a black background
contrast 8.44:1
Card sample
#96af13 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96af13;
Background color
Panel with #96af13 background
background-color: #96af13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96af13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96af13; background: linear-gradient(135deg, #96af13, #2EAF13);