#76ff86
a light, electric green · cool · closest name: aquamarine
RGB
118, 255, 134
HSL
127°, 100%, 73%
CMYK
54, 0, 48, 0
Luminance
0.7709
Every format
| HEX | #76ff86 |
| RGB | rgb(118, 255, 134) |
| HSL | hsl(127, 100%, 73%) |
| CMYK | cmyk(54%, 0%, 48%, 0%) |
| LAB | lab(90.4 -61.6 46.5) |
| LCH | lch(90.4 77.2 143.0) |
| OKLCH | oklch(0.896 0.202 145.9) |
Copy-ready code
/* CSS */
color: #76ff86;
background-color: #76ff86;
/* Tailwind (arbitrary) */
class="text-[#76ff86] bg-[#76ff86]"
/* SCSS */
$brand: #76ff86;
/* SwiftUI */
Color(red: 0.463, green: 1.000, blue: 0.525)
/* Android */
Color.parseColor("#76ff86")Accessibility — WCAG contrast
Aa
#76ff86 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76ff86 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green100.0%
Blue52.5%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow47.5%
Key (black)0.0%
Color previews
#76ff86 text on a black background
contrast 16.42:1
Card sample
#76ff86 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76ff86;
Background color
Panel with #76ff86 background
background-color: #76ff86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76ff86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 255, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 255, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76ff86; background: linear-gradient(135deg, #76ff86, #76FFE1);