#9aca13
a dark, electric green · cool · closest name: olivedrab
RGB
154, 202, 19
HSL
76°, 83%, 43%
CMYK
24, 0, 91, 21
Luminance
0.4916
Every format
| HEX | #9aca13 |
| RGB | rgb(154, 202, 19) |
| HSL | hsl(76, 83%, 43%) |
| CMYK | cmyk(24%, 0%, 91%, 21%) |
| LAB | lab(75.5 -37.7 73.1) |
| LCH | lch(75.5 82.3 117.3) |
| OKLCH | oklch(0.776 0.192 125.2) |
Copy-ready code
/* CSS */
color: #9aca13;
background-color: #9aca13;
/* Tailwind (arbitrary) */
class="text-[#9aca13] bg-[#9aca13]"
/* SCSS */
$brand: #9aca13;
/* SwiftUI */
Color(red: 0.604, green: 0.792, blue: 0.075)
/* Android */
Color.parseColor("#9aca13")Accessibility — WCAG contrast
Aa
#9aca13 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aca13 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green79.2%
Blue7.5%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow90.6%
Key (black)20.8%
Color previews
#9aca13 text on a black background
contrast 10.83:1
Card sample
#9aca13 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aca13;
Background color
Panel with #9aca13 background
background-color: #9aca13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aca13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 202, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 202, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aca13; background: linear-gradient(135deg, #9aca13, #20CA13);