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