#9ce014
a balanced, electric green · cool · closest name: yellow
RGB
156, 224, 20
HSL
80°, 84%, 48%
CMYK
30, 0, 91, 12
Luminance
0.6043
Every format
| HEX | #9ce014 |
| RGB | rgb(156, 224, 20) |
| HSL | hsl(80, 84%, 48%) |
| CMYK | cmyk(30%, 0%, 91%, 12%) |
| LAB | lab(82.1 -46.5 78.3) |
| LCH | lch(82.1 91.0 120.7) |
| OKLCH | oklch(0.830 0.215 128.6) |
Copy-ready code
/* CSS */
color: #9ce014;
background-color: #9ce014;
/* Tailwind (arbitrary) */
class="text-[#9ce014] bg-[#9ce014]"
/* SCSS */
$brand: #9ce014;
/* SwiftUI */
Color(red: 0.612, green: 0.878, blue: 0.078)
/* Android */
Color.parseColor("#9ce014")Accessibility — WCAG contrast
Aa
#9ce014 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ce014 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.8%
Blue7.8%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow91.1%
Key (black)12.2%
Color previews
#9ce014 text on a black background
contrast 13.09:1
Card sample
#9ce014 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ce014;
Background color
Panel with #9ce014 background
background-color: #9ce014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ce014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 224, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 224, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ce014; background: linear-gradient(135deg, #9ce014, #14E014);