#9eb129
a dark, vivid yellow · cool · closest name: olivedrab
RGB
158, 177, 41
HSL
68°, 62%, 43%
CMYK
11, 0, 77, 31
Luminance
0.3887
Every format
| HEX | #9eb129 |
| RGB | rgb(158, 177, 41) |
| HSL | hsl(68, 62%, 43%) |
| CMYK | cmyk(11%, 0%, 77%, 31%) |
| LAB | lab(68.7 -23.6 62.2) |
| LCH | lch(68.7 66.5 110.8) |
| OKLCH | oklch(0.722 0.154 117.6) |
Copy-ready code
/* CSS */
color: #9eb129;
background-color: #9eb129;
/* Tailwind (arbitrary) */
class="text-[#9eb129] bg-[#9eb129]"
/* SCSS */
$brand: #9eb129;
/* SwiftUI */
Color(red: 0.620, green: 0.694, blue: 0.161)
/* Android */
Color.parseColor("#9eb129")Accessibility — WCAG contrast
Aa
#9eb129 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb129 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green69.4%
Blue16.1%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow76.8%
Key (black)30.6%
Color previews
#9eb129 text on a black background
contrast 8.77:1
Card sample
#9eb129 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb129;
Background color
Panel with #9eb129 background
background-color: #9eb129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 177, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 177, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb129; background: linear-gradient(135deg, #9eb129, #43B129);