#9eb91f
a dark, vivid green · cool · closest name: olivedrab
RGB
158, 185, 31
HSL
71°, 71%, 42%
CMYK
15, 0, 83, 28
Luminance
0.4207
Every format
| HEX | #9eb91f |
| RGB | rgb(158, 185, 31) |
| HSL | hsl(71, 71%, 42%) |
| CMYK | cmyk(15%, 0%, 83%, 28%) |
| LAB | lab(70.9 -27.9 67.0) |
| LCH | lch(70.9 72.6 112.6) |
| OKLCH | oklch(0.740 0.168 120.0) |
Copy-ready code
/* CSS */
color: #9eb91f;
background-color: #9eb91f;
/* Tailwind (arbitrary) */
class="text-[#9eb91f] bg-[#9eb91f]"
/* SCSS */
$brand: #9eb91f;
/* SwiftUI */
Color(red: 0.620, green: 0.725, blue: 0.122)
/* Android */
Color.parseColor("#9eb91f")Accessibility — WCAG contrast
Aa
#9eb91f on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb91f on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.5%
Blue12.2%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow83.2%
Key (black)27.5%
Color previews
#9eb91f text on a black background
contrast 9.41:1
Card sample
#9eb91f text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb91f;
Background color
Panel with #9eb91f background
background-color: #9eb91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 185, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 185, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb91f; background: linear-gradient(135deg, #9eb91f, #37B91F);