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