#86e9b2
a light, vivid green · cool · closest name: aquamarine
RGB
134, 233, 178
HSL
147°, 69%, 72%
CMYK
43, 0, 24, 9
Luminance
0.6656
Every format
| HEX | #86e9b2 |
| RGB | rgb(134, 233, 178) |
| HSL | hsl(147, 69%, 72%) |
| CMYK | cmyk(43%, 0%, 24%, 9%) |
| LAB | lab(85.3 -41.2 17.8) |
| LCH | lch(85.3 44.9 156.6) |
| OKLCH | oklch(0.859 0.122 158.1) |
Copy-ready code
/* CSS */
color: #86e9b2;
background-color: #86e9b2;
/* Tailwind (arbitrary) */
class="text-[#86e9b2] bg-[#86e9b2]"
/* SCSS */
$brand: #86e9b2;
/* SwiftUI */
Color(red: 0.525, green: 0.914, blue: 0.698)
/* Android */
Color.parseColor("#86e9b2")Accessibility — WCAG contrast
Aa
#86e9b2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86e9b2 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green91.4%
Blue69.8%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow23.6%
Key (black)8.6%
Color previews
#86e9b2 text on a black background
contrast 14.31:1
Card sample
#86e9b2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86e9b2;
Background color
Panel with #86e9b2 background
background-color: #86e9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86e9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 233, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 233, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86e9b2; background: linear-gradient(135deg, #86e9b2, #86DEE9);