#9eb92f
a balanced, vivid green · cool · closest name: olivedrab
RGB
158, 185, 47
HSL
72°, 60%, 46%
CMYK
15, 0, 75, 28
Luminance
0.4217
Every format
| HEX | #9eb92f |
| RGB | rgb(158, 185, 47) |
| HSL | hsl(72, 60%, 46%) |
| CMYK | cmyk(15%, 0%, 75%, 28%) |
| LAB | lab(71.0 -27.3 62.4) |
| LCH | lch(71.0 68.1 113.6) |
| OKLCH | oklch(0.741 0.160 120.3) |
Copy-ready code
/* CSS */
color: #9eb92f;
background-color: #9eb92f;
/* Tailwind (arbitrary) */
class="text-[#9eb92f] bg-[#9eb92f]"
/* SCSS */
$brand: #9eb92f;
/* SwiftUI */
Color(red: 0.620, green: 0.725, blue: 0.184)
/* Android */
Color.parseColor("#9eb92f")Accessibility — WCAG contrast
Aa
#9eb92f on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb92f on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.5%
Blue18.4%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow74.6%
Key (black)27.5%
Color previews
#9eb92f text on a black background
contrast 9.43:1
Card sample
#9eb92f text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb92f;
Background color
Panel with #9eb92f background
background-color: #9eb92f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb92f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 185, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 185, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb92f; background: linear-gradient(135deg, #9eb92f, #42B92F);