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