#71fdc2
a light, electric green · cool · closest name: aquamarine
RGB
113, 253, 194
HSL
155°, 97%, 72%
CMYK
55, 0, 23, 1
Luminance
0.7766
Every format
| HEX | #71fdc2 |
| RGB | rgb(113, 253, 194) |
| HSL | hsl(155, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 23%, 1%) |
| LAB | lab(90.6 -51.5 16.9) |
| LCH | lch(90.6 54.2 161.8) |
| OKLCH | oklch(0.901 0.149 163.1) |
Copy-ready code
/* CSS */
color: #71fdc2;
background-color: #71fdc2;
/* Tailwind (arbitrary) */
class="text-[#71fdc2] bg-[#71fdc2]"
/* SCSS */
$brand: #71fdc2;
/* SwiftUI */
Color(red: 0.443, green: 0.992, blue: 0.761)
/* Android */
Color.parseColor("#71fdc2")Accessibility — WCAG contrast
Aa
#71fdc2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fdc2 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green99.2%
Blue76.1%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow23.3%
Key (black)0.8%
Color previews
#71fdc2 text on a black background
contrast 16.53:1
Card sample
#71fdc2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fdc2;
Background color
Panel with #71fdc2 background
background-color: #71fdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 253, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 253, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fdc2; background: linear-gradient(135deg, #71fdc2, #71DBFD);