#9eb034
a dark, vivid yellow · cool · closest name: olivedrab
RGB
158, 176, 52
HSL
69°, 54%, 45%
CMYK
10, 0, 71, 31
Luminance
0.3857
Every format
| HEX | #9eb034 |
| RGB | rgb(158, 176, 52) |
| HSL | hsl(69, 54%, 45%) |
| CMYK | cmyk(10%, 0%, 71%, 31%) |
| LAB | lab(68.4 -22.6 58.1) |
| LCH | lch(68.4 62.4 111.2) |
| OKLCH | oklch(0.720 0.146 117.4) |
Copy-ready code
/* CSS */
color: #9eb034;
background-color: #9eb034;
/* Tailwind (arbitrary) */
class="text-[#9eb034] bg-[#9eb034]"
/* SCSS */
$brand: #9eb034;
/* SwiftUI */
Color(red: 0.620, green: 0.690, blue: 0.204)
/* Android */
Color.parseColor("#9eb034")Accessibility — WCAG contrast
Aa
#9eb034 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb034 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green69.0%
Blue20.4%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow70.5%
Key (black)31.0%
Color previews
#9eb034 text on a black background
contrast 8.71:1
Card sample
#9eb034 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb034;
Background color
Panel with #9eb034 background
background-color: #9eb034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 176, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 176, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb034; background: linear-gradient(135deg, #9eb034, #4BB034);