#9fad13
a dark, electric yellow · cool · closest name: olive
RGB
159, 173, 19
HSL
66°, 80%, 38%
CMYK
8, 0, 89, 32
Luminance
0.3731
Every format
| HEX | #9fad13 |
| RGB | rgb(159, 173, 19) |
| HSL | hsl(66, 80%, 38%) |
| CMYK | cmyk(8%, 0%, 89%, 32%) |
| LAB | lab(67.5 -21.9 66.7) |
| LCH | lch(67.5 70.3 108.2) |
| OKLCH | oklch(0.712 0.158 115.5) |
Copy-ready code
/* CSS */
color: #9fad13;
background-color: #9fad13;
/* Tailwind (arbitrary) */
class="text-[#9fad13] bg-[#9fad13]"
/* SCSS */
$brand: #9fad13;
/* SwiftUI */
Color(red: 0.624, green: 0.678, blue: 0.075)
/* Android */
Color.parseColor("#9fad13")Accessibility — WCAG contrast
Aa
#9fad13 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fad13 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.8%
Blue7.5%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow89.0%
Key (black)32.2%
Color previews
#9fad13 text on a black background
contrast 8.46:1
Card sample
#9fad13 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fad13;
Background color
Panel with #9fad13 background
background-color: #9fad13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fad13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 173, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 173, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fad13; background: linear-gradient(135deg, #9fad13, #38AD13);