#78ff86
a light, electric green · cool · closest name: aquamarine
RGB
120, 255, 134
HSL
126°, 100%, 74%
CMYK
53, 0, 48, 0
Luminance
0.7723
Every format
| HEX | #78ff86 |
| RGB | rgb(120, 255, 134) |
| HSL | hsl(126, 100%, 74%) |
| CMYK | cmyk(53%, 0%, 48%, 0%) |
| LAB | lab(90.4 -61.1 46.6) |
| LCH | lch(90.4 76.8 142.7) |
| OKLCH | oklch(0.897 0.201 145.7) |
Copy-ready code
/* CSS */
color: #78ff86;
background-color: #78ff86;
/* Tailwind (arbitrary) */
class="text-[#78ff86] bg-[#78ff86]"
/* SCSS */
$brand: #78ff86;
/* SwiftUI */
Color(red: 0.471, green: 1.000, blue: 0.525)
/* Android */
Color.parseColor("#78ff86")Accessibility — WCAG contrast
Aa
#78ff86 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78ff86 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green100.0%
Blue52.5%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow47.5%
Key (black)0.0%
Color previews
#78ff86 text on a black background
contrast 16.45:1
Card sample
#78ff86 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78ff86;
Background color
Panel with #78ff86 background
background-color: #78ff86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78ff86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 255, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 255, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78ff86; background: linear-gradient(135deg, #78ff86, #78FFE0);