#9dab1f
a dark, vivid yellow · cool · closest name: olive
RGB
157, 171, 31
HSL
66°, 69%, 40%
CMYK
8, 0, 82, 33
Luminance
0.3639
Every format
| HEX | #9dab1f |
| RGB | rgb(157, 171, 31) |
| HSL | hsl(66, 69%, 40%) |
| CMYK | cmyk(8%, 0%, 82%, 33%) |
| LAB | lab(66.8 -21.5 63.4) |
| LCH | lch(66.8 67.0 108.7) |
| OKLCH | oklch(0.707 0.152 115.6) |
Copy-ready code
/* CSS */
color: #9dab1f;
background-color: #9dab1f;
/* Tailwind (arbitrary) */
class="text-[#9dab1f] bg-[#9dab1f]"
/* SCSS */
$brand: #9dab1f;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.122)
/* Android */
Color.parseColor("#9dab1f")Accessibility — WCAG contrast
Aa
#9dab1f on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dab1f on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue12.2%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow81.9%
Key (black)32.9%
Color previews
#9dab1f text on a black background
contrast 8.28:1
Card sample
#9dab1f text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dab1f;
Background color
Panel with #9dab1f background
background-color: #9dab1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dab1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dab1f; background: linear-gradient(135deg, #9dab1f, #40AB1F);