#9abf39
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 191, 57
HSL
77°, 54%, 49%
CMYK
19, 0, 70, 25
Luminance
0.4443
Every format
| HEX | #9abf39 |
| RGB | rgb(154, 191, 57) |
| HSL | hsl(77, 54%, 49%) |
| CMYK | cmyk(19%, 0%, 70%, 25%) |
| LAB | lab(72.5 -31.2 60.3) |
| LCH | lch(72.5 67.8 117.4) |
| OKLCH | oklch(0.752 0.163 123.8) |
Copy-ready code
/* CSS */
color: #9abf39;
background-color: #9abf39;
/* Tailwind (arbitrary) */
class="text-[#9abf39] bg-[#9abf39]"
/* SCSS */
$brand: #9abf39;
/* SwiftUI */
Color(red: 0.604, green: 0.749, blue: 0.224)
/* Android */
Color.parseColor("#9abf39")Accessibility — WCAG contrast
Aa
#9abf39 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abf39 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green74.9%
Blue22.4%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow70.2%
Key (black)25.1%
Color previews
#9abf39 text on a black background
contrast 9.89:1
Card sample
#9abf39 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abf39;
Background color
Panel with #9abf39 background
background-color: #9abf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 191, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 191, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abf39; background: linear-gradient(135deg, #9abf39, #41BF39);