#9fe813
a balanced, electric green · cool · closest name: yellow
RGB
159, 232, 19
HSL
81°, 85%, 49%
CMYK
32, 0, 92, 9
Luminance
0.6513
Every format
| HEX | #9fe813 |
| RGB | rgb(159, 232, 19) |
| HSL | hsl(81, 85%, 49%) |
| CMYK | cmyk(32%, 0%, 92%, 9%) |
| LAB | lab(84.5 -48.8 80.5) |
| LCH | lch(84.5 94.1 121.2) |
| OKLCH | oklch(0.851 0.223 129.1) |
Copy-ready code
/* CSS */
color: #9fe813;
background-color: #9fe813;
/* Tailwind (arbitrary) */
class="text-[#9fe813] bg-[#9fe813]"
/* SCSS */
$brand: #9fe813;
/* SwiftUI */
Color(red: 0.624, green: 0.910, blue: 0.075)
/* Android */
Color.parseColor("#9fe813")Accessibility — WCAG contrast
Aa
#9fe813 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe813 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green91.0%
Blue7.5%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow91.8%
Key (black)9.0%
Color previews
#9fe813 text on a black background
contrast 14.03:1
Card sample
#9fe813 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe813;
Background color
Panel with #9fe813 background
background-color: #9fe813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 232, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 232, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe813; background: linear-gradient(135deg, #9fe813, #13E815);