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