#71c2ad
a balanced, soft cyan · cool · closest name: turquoise
RGB
113, 194, 173
HSL
164°, 40%, 60%
CMYK
42, 0, 11, 24
Luminance
0.4511
Every format
| HEX | #71c2ad |
| RGB | rgb(113, 194, 173) |
| HSL | hsl(164, 40%, 60%) |
| CMYK | cmyk(42%, 0%, 11%, 24%) |
| LAB | lab(73.0 -29.8 2.8) |
| LCH | lch(73.0 29.9 174.6) |
| OKLCH | oklch(0.756 0.086 175.3) |
Copy-ready code
/* CSS */
color: #71c2ad;
background-color: #71c2ad;
/* Tailwind (arbitrary) */
class="text-[#71c2ad] bg-[#71c2ad]"
/* SCSS */
$brand: #71c2ad;
/* SwiftUI */
Color(red: 0.443, green: 0.761, blue: 0.678)
/* Android */
Color.parseColor("#71c2ad")Accessibility — WCAG contrast
Aa
#71c2ad on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71c2ad on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green76.1%
Blue67.8%
CMYK percentages
Cyan41.8%
Magenta0.0%
Yellow10.8%
Key (black)23.9%
Color previews
#71c2ad text on a black background
contrast 10.02:1
Card sample
#71c2ad text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71c2ad;
Background color
Panel with #71c2ad background
background-color: #71c2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71c2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 194, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 194, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71c2ad; background: linear-gradient(135deg, #71c2ad, #71A1C2);