#9eb813
a dark, electric yellow · cool · closest name: olivedrab
RGB
158, 184, 19
HSL
70°, 81%, 40%
CMYK
14, 0, 90, 28
Luminance
0.4160
Every format
| HEX | #9eb813 |
| RGB | rgb(158, 184, 19) |
| HSL | hsl(70, 81%, 40%) |
| CMYK | cmyk(14%, 0%, 90%, 28%) |
| LAB | lab(70.6 -27.7 69.2) |
| LCH | lch(70.6 74.5 111.8) |
| OKLCH | oklch(0.737 0.170 119.5) |
Copy-ready code
/* CSS */
color: #9eb813;
background-color: #9eb813;
/* Tailwind (arbitrary) */
class="text-[#9eb813] bg-[#9eb813]"
/* SCSS */
$brand: #9eb813;
/* SwiftUI */
Color(red: 0.620, green: 0.722, blue: 0.075)
/* Android */
Color.parseColor("#9eb813")Accessibility — WCAG contrast
Aa
#9eb813 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb813 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.2%
Blue7.5%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow89.7%
Key (black)27.8%
Color previews
#9eb813 text on a black background
contrast 9.32:1
Card sample
#9eb813 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb813;
Background color
Panel with #9eb813 background
background-color: #9eb813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 184, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 184, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb813; background: linear-gradient(135deg, #9eb813, #30B813);