#71fcaf
a light, electric green · cool · closest name: aquamarine
RGB
113, 252, 175
HSL
147°, 96%, 72%
CMYK
55, 0, 31, 1
Luminance
0.7623
Every format
| HEX | #71fcaf |
| RGB | rgb(113, 252, 175) |
| HSL | hsl(147, 96%, 72%) |
| CMYK | cmyk(55%, 0%, 31%, 1%) |
| LAB | lab(90.0 -54.9 25.7) |
| LCH | lch(90.0 60.6 154.9) |
| OKLCH | oklch(0.894 0.163 156.5) |
Copy-ready code
/* CSS */
color: #71fcaf;
background-color: #71fcaf;
/* Tailwind (arbitrary) */
class="text-[#71fcaf] bg-[#71fcaf]"
/* SCSS */
$brand: #71fcaf;
/* SwiftUI */
Color(red: 0.443, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#71fcaf")Accessibility — WCAG contrast
Aa
#71fcaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fcaf on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green98.8%
Blue68.6%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#71fcaf text on a black background
contrast 16.25:1
Card sample
#71fcaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fcaf;
Background color
Panel with #71fcaf background
background-color: #71fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fcaf; background: linear-gradient(135deg, #71fcaf, #71ECFC);