#9dae0a
a dark, electric yellow · cool · closest name: olive
RGB
157, 174, 10
HSL
66°, 89%, 36%
CMYK
10, 0, 94, 32
Luminance
0.3746
Every format
| HEX | #9dae0a |
| RGB | rgb(157, 174, 10) |
| HSL | hsl(66, 89%, 36%) |
| CMYK | cmyk(10%, 0%, 94%, 32%) |
| LAB | lab(67.6 -23.5 68.1) |
| LCH | lch(67.6 72.1 109.0) |
| OKLCH | oklch(0.713 0.162 116.6) |
Copy-ready code
/* CSS */
color: #9dae0a;
background-color: #9dae0a;
/* Tailwind (arbitrary) */
class="text-[#9dae0a] bg-[#9dae0a]"
/* SCSS */
$brand: #9dae0a;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.039)
/* Android */
Color.parseColor("#9dae0a")Accessibility — WCAG contrast
Aa
#9dae0a on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dae0a on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue3.9%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow94.3%
Key (black)31.8%
Color previews
#9dae0a text on a black background
contrast 8.49:1
Card sample
#9dae0a text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dae0a;
Background color
Panel with #9dae0a background
background-color: #9dae0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dae0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dae0a; background: linear-gradient(135deg, #9dae0a, #30AE0A);