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