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