#71fdad
a light, electric green · cool · closest name: aquamarine
RGB
113, 253, 173
HSL
146°, 97%, 72%
CMYK
55, 0, 32, 1
Luminance
0.7678
Every format
| HEX | #71fdad |
| RGB | rgb(113, 253, 173) |
| HSL | hsl(146, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 32%, 1%) |
| LAB | lab(90.2 -55.6 27.1) |
| LCH | lch(90.2 61.9 154.1) |
| OKLCH | oklch(0.896 0.166 155.7) |
Copy-ready code
/* CSS */
color: #71fdad;
background-color: #71fdad;
/* Tailwind (arbitrary) */
class="text-[#71fdad] bg-[#71fdad]"
/* SCSS */
$brand: #71fdad;
/* SwiftUI */
Color(red: 0.443, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#71fdad")Accessibility — WCAG contrast
Aa
#71fdad on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fdad on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green99.2%
Blue67.8%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#71fdad text on a black background
contrast 16.36:1
Card sample
#71fdad text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fdad;
Background color
Panel with #71fdad background
background-color: #71fdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fdad; background: linear-gradient(135deg, #71fdad, #71F0FD);