#71eb86
a light, electric green · cool · closest name: aquamarine
RGB
113, 235, 134
HSL
130°, 75%, 68%
CMYK
52, 0, 43, 8
Luminance
0.6465
Every format
| HEX | #71eb86 |
| RGB | rgb(113, 235, 134) |
| HSL | hsl(130, 75%, 68%) |
| CMYK | cmyk(52%, 0%, 43%, 8%) |
| LAB | lab(84.3 -55.1 38.8) |
| LCH | lch(84.3 67.4 144.9) |
| OKLCH | oklch(0.846 0.177 147.5) |
Copy-ready code
/* CSS */
color: #71eb86;
background-color: #71eb86;
/* Tailwind (arbitrary) */
class="text-[#71eb86] bg-[#71eb86]"
/* SCSS */
$brand: #71eb86;
/* SwiftUI */
Color(red: 0.443, green: 0.922, blue: 0.525)
/* Android */
Color.parseColor("#71eb86")Accessibility — WCAG contrast
Aa
#71eb86 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71eb86 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green92.2%
Blue52.5%
CMYK percentages
Cyan51.9%
Magenta0.0%
Yellow43.0%
Key (black)7.8%
Color previews
#71eb86 text on a black background
contrast 13.93:1
Card sample
#71eb86 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71eb86;
Background color
Panel with #71eb86 background
background-color: #71eb86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71eb86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 235, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 235, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71eb86; background: linear-gradient(135deg, #71eb86, #71EBD7);