#71efdf
a light, electric cyan · cool · closest name: turquoise
RGB
113, 239, 223
HSL
172°, 80%, 69%
CMYK
53, 0, 7, 6
Luminance
0.7057
Every format
| HEX | #71efdf |
| RGB | rgb(113, 239, 223) |
| HSL | hsl(172, 80%, 69%) |
| CMYK | cmyk(53%, 0%, 7%, 6%) |
| LAB | lab(87.3 -38.9 -3.0) |
| LCH | lch(87.3 39.0 184.4) |
| OKLCH | oklch(0.876 0.115 184.3) |
Copy-ready code
/* CSS */
color: #71efdf;
background-color: #71efdf;
/* Tailwind (arbitrary) */
class="text-[#71efdf] bg-[#71efdf]"
/* SCSS */
$brand: #71efdf;
/* SwiftUI */
Color(red: 0.443, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#71efdf")Accessibility — WCAG contrast
Aa
#71efdf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71efdf on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green93.7%
Blue87.5%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#71efdf text on a black background
contrast 15.11:1
Card sample
#71efdf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71efdf;
Background color
Panel with #71efdf background
background-color: #71efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71efdf; background: linear-gradient(135deg, #71efdf, #71ABEF);