#8aff5e
a light, electric green · cool · closest name: lime
RGB
138, 255, 94
HSL
104°, 100%, 68%
CMYK
46, 0, 63, 0
Luminance
0.7773
Every format
| HEX | #8aff5e |
| RGB | rgb(138, 255, 94) |
| HSL | hsl(104, 100%, 68%) |
| CMYK | cmyk(46%, 0%, 63%, 0%) |
| LAB | lab(90.7 -60.8 64.7) |
| LCH | lch(90.7 88.8 133.2) |
| OKLCH | oklch(0.899 0.225 138.3) |
Copy-ready code
/* CSS */
color: #8aff5e;
background-color: #8aff5e;
/* Tailwind (arbitrary) */
class="text-[#8aff5e] bg-[#8aff5e]"
/* SCSS */
$brand: #8aff5e;
/* SwiftUI */
Color(red: 0.541, green: 1.000, blue: 0.369)
/* Android */
Color.parseColor("#8aff5e")Accessibility — WCAG contrast
Aa
#8aff5e on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aff5e on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green100.0%
Blue36.9%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow63.1%
Key (black)0.0%
Color previews
#8aff5e text on a black background
contrast 16.55:1
Card sample
#8aff5e text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aff5e;
Background color
Panel with #8aff5e background
background-color: #8aff5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aff5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 255, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 255, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aff5e; background: linear-gradient(135deg, #8aff5e, #5EFF9D);