#9ad310
a dark, electric green · cool · closest name: yellow
RGB
154, 211, 16
HSL
78°, 86%, 45%
CMYK
27, 0, 92, 17
Luminance
0.5350
Every format
| HEX | #9ad310 |
| RGB | rgb(154, 211, 16) |
| HSL | hsl(78, 86%, 45%) |
| CMYK | cmyk(27%, 0%, 92%, 17%) |
| LAB | lab(78.2 -41.8 75.6) |
| LCH | lch(78.2 86.4 118.9) |
| OKLCH | oklch(0.798 0.203 126.9) |
Copy-ready code
/* CSS */
color: #9ad310;
background-color: #9ad310;
/* Tailwind (arbitrary) */
class="text-[#9ad310] bg-[#9ad310]"
/* SCSS */
$brand: #9ad310;
/* SwiftUI */
Color(red: 0.604, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#9ad310")Accessibility — WCAG contrast
Aa
#9ad310 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ad310 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green82.7%
Blue6.3%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow92.4%
Key (black)17.3%
Color previews
#9ad310 text on a black background
contrast 11.70:1
Card sample
#9ad310 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ad310;
Background color
Panel with #9ad310 background
background-color: #9ad310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ad310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ad310; background: linear-gradient(135deg, #9ad310, #18D310);