#9acb13
a dark, electric green · cool · closest name: olivedrab
RGB
154, 203, 19
HSL
76°, 83%, 44%
CMYK
24, 0, 91, 20
Luminance
0.4963
Every format
| HEX | #9acb13 |
| RGB | rgb(154, 203, 19) |
| HSL | hsl(76, 83%, 44%) |
| CMYK | cmyk(24%, 0%, 91%, 20%) |
| LAB | lab(75.8 -38.2 73.3) |
| LCH | lch(75.8 82.7 117.5) |
| OKLCH | oklch(0.779 0.193 125.4) |
Copy-ready code
/* CSS */
color: #9acb13;
background-color: #9acb13;
/* Tailwind (arbitrary) */
class="text-[#9acb13] bg-[#9acb13]"
/* SCSS */
$brand: #9acb13;
/* SwiftUI */
Color(red: 0.604, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#9acb13")Accessibility — WCAG contrast
Aa
#9acb13 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acb13 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green79.6%
Blue7.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow90.6%
Key (black)20.4%
Color previews
#9acb13 text on a black background
contrast 10.93:1
Card sample
#9acb13 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acb13;
Background color
Panel with #9acb13 background
background-color: #9acb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acb13; background: linear-gradient(135deg, #9acb13, #1FCB13);