#9e9921
a dark, vivid yellow · cool · closest name: olive
RGB
158, 153, 33
HSL
58°, 65%, 38%
CMYK
0, 3, 79, 38
Luminance
0.3016
Every format
| HEX | #9e9921 |
| RGB | rgb(158, 153, 33) |
| HSL | hsl(58, 65%, 38%) |
| CMYK | cmyk(0%, 3%, 79%, 38%) |
| LAB | lab(61.8 -11.7 58.4) |
| LCH | lch(61.8 59.6 101.3) |
| OKLCH | oklch(0.667 0.133 107.0) |
Copy-ready code
/* CSS */
color: #9e9921;
background-color: #9e9921;
/* Tailwind (arbitrary) */
class="text-[#9e9921] bg-[#9e9921]"
/* SCSS */
$brand: #9e9921;
/* SwiftUI */
Color(red: 0.620, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#9e9921")Accessibility — WCAG contrast
Aa
#9e9921 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9e9921 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green60.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow79.1%
Key (black)38.0%
Color previews
#9e9921 text on a black background
contrast 7.03:1
Card sample
#9e9921 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e9921;
Background color
Panel with #9e9921 background
background-color: #9e9921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e9921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e9921; background: linear-gradient(135deg, #9e9921, #509E21);