#9eb82f
a balanced, vivid green · cool · closest name: olivedrab
RGB
158, 184, 47
HSL
71°, 59%, 45%
CMYK
14, 0, 75, 28
Luminance
0.4176
Every format
| HEX | #9eb82f |
| RGB | rgb(158, 184, 47) |
| HSL | hsl(71, 59%, 45%) |
| CMYK | cmyk(14%, 0%, 75%, 28%) |
| LAB | lab(70.7 -26.8 62.1) |
| LCH | lch(70.7 67.6 113.3) |
| OKLCH | oklch(0.738 0.159 120.0) |
Copy-ready code
/* CSS */
color: #9eb82f;
background-color: #9eb82f;
/* Tailwind (arbitrary) */
class="text-[#9eb82f] bg-[#9eb82f]"
/* SCSS */
$brand: #9eb82f;
/* SwiftUI */
Color(red: 0.620, green: 0.722, blue: 0.184)
/* Android */
Color.parseColor("#9eb82f")Accessibility — WCAG contrast
Aa
#9eb82f on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb82f on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.2%
Blue18.4%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow74.5%
Key (black)27.8%
Color previews
#9eb82f text on a black background
contrast 9.35:1
Card sample
#9eb82f text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb82f;
Background color
Panel with #9eb82f background
background-color: #9eb82f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb82f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 184, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 184, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb82f; background: linear-gradient(135deg, #9eb82f, #43B82F);