#9dab0d
a dark, electric yellow · cool · closest name: olive
RGB
157, 171, 13
HSL
65°, 86%, 36%
CMYK
8, 0, 92, 33
Luminance
0.3632
Every format
| HEX | #9dab0d |
| RGB | rgb(157, 171, 13) |
| HSL | hsl(65, 86%, 36%) |
| CMYK | cmyk(8%, 0%, 92%, 33%) |
| LAB | lab(66.8 -21.9 67.1) |
| LCH | lch(66.8 70.6 108.1) |
| OKLCH | oklch(0.706 0.158 115.5) |
Copy-ready code
/* CSS */
color: #9dab0d;
background-color: #9dab0d;
/* Tailwind (arbitrary) */
class="text-[#9dab0d] bg-[#9dab0d]"
/* SCSS */
$brand: #9dab0d;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.051)
/* Android */
Color.parseColor("#9dab0d")Accessibility — WCAG contrast
Aa
#9dab0d on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dab0d on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue5.1%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow92.4%
Key (black)32.9%
Color previews
#9dab0d text on a black background
contrast 8.26:1
Card sample
#9dab0d text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dab0d;
Background color
Panel with #9dab0d background
background-color: #9dab0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dab0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dab0d; background: linear-gradient(135deg, #9dab0d, #34AB0D);