#9cda13
a balanced, electric green · cool · closest name: yellow
RGB
156, 218, 19
HSL
79°, 84%, 47%
CMYK
28, 0, 91, 15
Luminance
0.5726
Every format
| HEX | #9cda13 |
| RGB | rgb(156, 218, 19) |
| HSL | hsl(79, 84%, 47%) |
| CMYK | cmyk(28%, 0%, 91%, 15%) |
| LAB | lab(80.3 -44.0 77.0) |
| LCH | lch(80.3 88.7 119.7) |
| OKLCH | oklch(0.816 0.209 127.7) |
Copy-ready code
/* CSS */
color: #9cda13;
background-color: #9cda13;
/* Tailwind (arbitrary) */
class="text-[#9cda13] bg-[#9cda13]"
/* SCSS */
$brand: #9cda13;
/* SwiftUI */
Color(red: 0.612, green: 0.855, blue: 0.075)
/* Android */
Color.parseColor("#9cda13")Accessibility — WCAG contrast
Aa
#9cda13 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cda13 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green85.5%
Blue7.5%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow91.3%
Key (black)14.5%
Color previews
#9cda13 text on a black background
contrast 12.45:1
Card sample
#9cda13 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cda13;
Background color
Panel with #9cda13 background
background-color: #9cda13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cda13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 218, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 218, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cda13; background: linear-gradient(135deg, #9cda13, #17DA13);