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