#68ff86
a light, electric green · cool · closest name: aquamarine
RGB
104, 255, 134
HSL
132°, 100%, 70%
CMYK
59, 0, 48, 0
Luminance
0.7618
Every format
| HEX | #68ff86 |
| RGB | rgb(104, 255, 134) |
| HSL | hsl(132, 100%, 70%) |
| CMYK | cmyk(59%, 0%, 48%, 0%) |
| LAB | lab(89.9 -64.8 45.9) |
| LCH | lch(89.9 79.3 144.7) |
| OKLCH | oklch(0.891 0.207 147.5) |
Copy-ready code
/* CSS */
color: #68ff86;
background-color: #68ff86;
/* Tailwind (arbitrary) */
class="text-[#68ff86] bg-[#68ff86]"
/* SCSS */
$brand: #68ff86;
/* SwiftUI */
Color(red: 0.408, green: 1.000, blue: 0.525)
/* Android */
Color.parseColor("#68ff86")Accessibility — WCAG contrast
Aa
#68ff86 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68ff86 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green100.0%
Blue52.5%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow47.5%
Key (black)0.0%
Color previews
#68ff86 text on a black background
contrast 16.24:1
Card sample
#68ff86 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68ff86;
Background color
Panel with #68ff86 background
background-color: #68ff86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68ff86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 255, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 255, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68ff86; background: linear-gradient(135deg, #68ff86, #68FFEB);