#9eb721
a dark, vivid green · cool · closest name: olivedrab
RGB
158, 183, 33
HSL
70°, 69%, 42%
CMYK
14, 0, 82, 28
Luminance
0.4125
Every format
| HEX | #9eb721 |
| RGB | rgb(158, 183, 33) |
| HSL | hsl(70, 69%, 42%) |
| CMYK | cmyk(14%, 0%, 82%, 28%) |
| LAB | lab(70.3 -26.9 66.0) |
| LCH | lch(70.3 71.3 112.2) |
| OKLCH | oklch(0.735 0.165 119.4) |
Copy-ready code
/* CSS */
color: #9eb721;
background-color: #9eb721;
/* Tailwind (arbitrary) */
class="text-[#9eb721] bg-[#9eb721]"
/* SCSS */
$brand: #9eb721;
/* SwiftUI */
Color(red: 0.620, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#9eb721")Accessibility — WCAG contrast
Aa
#9eb721 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb721 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green71.8%
Blue12.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#9eb721 text on a black background
contrast 9.25:1
Card sample
#9eb721 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb721;
Background color
Panel with #9eb721 background
background-color: #9eb721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb721; background: linear-gradient(135deg, #9eb721, #3AB721);