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