#71f5af
a light, electric green · cool · closest name: aquamarine
RGB
113, 245, 175
HSL
148°, 87%, 70%
CMYK
54, 0, 29, 4
Luminance
0.7191
Every format
| HEX | #71f5af |
| RGB | rgb(113, 245, 175) |
| HSL | hsl(148, 87%, 70%) |
| CMYK | cmyk(54%, 0%, 29%, 4%) |
| LAB | lab(87.9 -52.0 22.9) |
| LCH | lch(87.9 56.8 156.2) |
| OKLCH | oklch(0.878 0.154 157.7) |
Copy-ready code
/* CSS */
color: #71f5af;
background-color: #71f5af;
/* Tailwind (arbitrary) */
class="text-[#71f5af] bg-[#71f5af]"
/* SCSS */
$brand: #71f5af;
/* SwiftUI */
Color(red: 0.443, green: 0.961, blue: 0.686)
/* Android */
Color.parseColor("#71f5af")Accessibility — WCAG contrast
Aa
#71f5af on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71f5af on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green96.1%
Blue68.6%
CMYK percentages
Cyan53.9%
Magenta0.0%
Yellow28.6%
Key (black)3.9%
Color previews
#71f5af text on a black background
contrast 15.38:1
Card sample
#71f5af text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71f5af;
Background color
Panel with #71f5af background
background-color: #71f5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71f5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 245, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 245, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71f5af; background: linear-gradient(135deg, #71f5af, #71E3F5);