#9eb430
a dark, vivid green · cool · closest name: olivedrab
RGB
158, 180, 48
HSL
70°, 58%, 45%
CMYK
12, 0, 73, 29
Luminance
0.4013
Every format
| HEX | #9eb430 |
| RGB | rgb(158, 180, 48) |
| HSL | hsl(70, 58%, 45%) |
| CMYK | cmyk(12%, 0%, 73%, 29%) |
| LAB | lab(69.6 -24.8 60.7) |
| LCH | lch(69.6 65.5 112.2) |
| OKLCH | oklch(0.729 0.153 118.7) |
Copy-ready code
/* CSS */
color: #9eb430;
background-color: #9eb430;
/* Tailwind (arbitrary) */
class="text-[#9eb430] bg-[#9eb430]"
/* SCSS */
$brand: #9eb430;
/* SwiftUI */
Color(red: 0.620, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#9eb430")Accessibility — WCAG contrast
Aa
#9eb430 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb430 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green70.6%
Blue18.8%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#9eb430 text on a black background
contrast 9.03:1
Card sample
#9eb430 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb430;
Background color
Panel with #9eb430 background
background-color: #9eb430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb430; background: linear-gradient(135deg, #9eb430, #46B430);