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