#71e9b0
a light, vivid green · cool · closest name: aquamarine
RGB
113, 233, 176
HSL
152°, 73%, 68%
CMYK
52, 0, 25, 9
Luminance
0.6492
Every format
| HEX | #71e9b0 |
| RGB | rgb(113, 233, 176) |
| HSL | hsl(152, 73%, 68%) |
| CMYK | cmyk(52%, 0%, 25%, 9%) |
| LAB | lab(84.4 -46.8 17.6) |
| LCH | lch(84.4 50.0 159.4) |
| OKLCH | oklch(0.849 0.137 160.8) |
Copy-ready code
/* CSS */
color: #71e9b0;
background-color: #71e9b0;
/* Tailwind (arbitrary) */
class="text-[#71e9b0] bg-[#71e9b0]"
/* SCSS */
$brand: #71e9b0;
/* SwiftUI */
Color(red: 0.443, green: 0.914, blue: 0.690)
/* Android */
Color.parseColor("#71e9b0")Accessibility — WCAG contrast
Aa
#71e9b0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71e9b0 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green91.4%
Blue69.0%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow24.5%
Key (black)8.6%
Color previews
#71e9b0 text on a black background
contrast 13.98:1
Card sample
#71e9b0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71e9b0;
Background color
Panel with #71e9b0 background
background-color: #71e9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71e9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 233, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 233, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71e9b0; background: linear-gradient(135deg, #71e9b0, #71D2E9);