#9aba13
a dark, electric green · cool · closest name: olivedrab
RGB
154, 186, 19
HSL
72°, 82%, 40%
CMYK
17, 0, 90, 27
Luminance
0.4203
Every format
| HEX | #9aba13 |
| RGB | rgb(154, 186, 19) |
| HSL | hsl(72, 82%, 40%) |
| CMYK | cmyk(17%, 0%, 90%, 27%) |
| LAB | lab(70.9 -30.4 69.3) |
| LCH | lch(70.9 75.7 113.6) |
| OKLCH | oklch(0.739 0.174 121.4) |
Copy-ready code
/* CSS */
color: #9aba13;
background-color: #9aba13;
/* Tailwind (arbitrary) */
class="text-[#9aba13] bg-[#9aba13]"
/* SCSS */
$brand: #9aba13;
/* SwiftUI */
Color(red: 0.604, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#9aba13")Accessibility — WCAG contrast
Aa
#9aba13 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aba13 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green72.9%
Blue7.5%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#9aba13 text on a black background
contrast 9.41:1
Card sample
#9aba13 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aba13;
Background color
Panel with #9aba13 background
background-color: #9aba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aba13; background: linear-gradient(135deg, #9aba13, #2BBA13);