#86f7af
a light, electric green · cool · closest name: aquamarine
RGB
134, 247, 175
HSL
142°, 88%, 75%
CMYK
46, 0, 29, 3
Luminance
0.7469
Every format
| HEX | #86f7af |
| RGB | rgb(134, 247, 175) |
| HSL | hsl(142, 88%, 75%) |
| CMYK | cmyk(46%, 0%, 29%, 3%) |
| LAB | lab(89.2 -47.8 24.8) |
| LCH | lch(89.2 53.9 152.5) |
| OKLCH | oklch(0.890 0.145 154.3) |
Copy-ready code
/* CSS */
color: #86f7af;
background-color: #86f7af;
/* Tailwind (arbitrary) */
class="text-[#86f7af] bg-[#86f7af]"
/* SCSS */
$brand: #86f7af;
/* SwiftUI */
Color(red: 0.525, green: 0.969, blue: 0.686)
/* Android */
Color.parseColor("#86f7af")Accessibility — WCAG contrast
Aa
#86f7af on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86f7af on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green96.9%
Blue68.6%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow29.1%
Key (black)3.1%
Color previews
#86f7af text on a black background
contrast 15.94:1
Card sample
#86f7af text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86f7af;
Background color
Panel with #86f7af background
background-color: #86f7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86f7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 247, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 247, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86f7af; background: linear-gradient(135deg, #86f7af, #86F4F7);