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