#9ce613
a balanced, electric green · cool · closest name: yellow
RGB
156, 230, 19
HSL
81°, 85%, 49%
CMYK
32, 0, 92, 10
Luminance
0.6371
Every format
| HEX | #9ce613 |
| RGB | rgb(156, 230, 19) |
| HSL | hsl(81, 85%, 49%) |
| CMYK | cmyk(32%, 0%, 92%, 10%) |
| LAB | lab(83.8 -49.0 79.8) |
| LCH | lch(83.8 93.7 121.6) |
| OKLCH | oklch(0.844 0.222 129.5) |
Copy-ready code
/* CSS */
color: #9ce613;
background-color: #9ce613;
/* Tailwind (arbitrary) */
class="text-[#9ce613] bg-[#9ce613]"
/* SCSS */
$brand: #9ce613;
/* SwiftUI */
Color(red: 0.612, green: 0.902, blue: 0.075)
/* Android */
Color.parseColor("#9ce613")Accessibility — WCAG contrast
Aa
#9ce613 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ce613 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green90.2%
Blue7.5%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow91.7%
Key (black)9.8%
Color previews
#9ce613 text on a black background
contrast 13.74:1
Card sample
#9ce613 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ce613;
Background color
Panel with #9ce613 background
background-color: #9ce613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ce613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 230, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 230, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ce613; background: linear-gradient(135deg, #9ce613, #13E617);