#9daf1e
a dark, vivid yellow · cool · closest name: olivedrab
RGB
157, 175, 30
HSL
67°, 71%, 40%
CMYK
10, 0, 83, 31
Luminance
0.3792
Every format
| HEX | #9daf1e |
| RGB | rgb(157, 175, 30) |
| HSL | hsl(67, 71%, 40%) |
| CMYK | cmyk(10%, 0%, 83%, 31%) |
| LAB | lab(68.0 -23.5 64.7) |
| LCH | lch(68.0 68.8 110.0) |
| OKLCH | oklch(0.716 0.157 117.1) |
Copy-ready code
/* CSS */
color: #9daf1e;
background-color: #9daf1e;
/* Tailwind (arbitrary) */
class="text-[#9daf1e] bg-[#9daf1e]"
/* SCSS */
$brand: #9daf1e;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.118)
/* Android */
Color.parseColor("#9daf1e")Accessibility — WCAG contrast
Aa
#9daf1e on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daf1e on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue11.8%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow82.9%
Key (black)31.4%
Color previews
#9daf1e text on a black background
contrast 8.58:1
Card sample
#9daf1e text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daf1e;
Background color
Panel with #9daf1e background
background-color: #9daf1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daf1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daf1e; background: linear-gradient(135deg, #9daf1e, #3CAF1E);