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