#71c3af
a balanced, soft cyan · cool · closest name: turquoise
RGB
113, 195, 175
HSL
165°, 41%, 60%
CMYK
42, 0, 10, 24
Luminance
0.4564
Every format
| HEX | #71c3af |
| RGB | rgb(113, 195, 175) |
| HSL | hsl(165, 41%, 60%) |
| CMYK | cmyk(42%, 0%, 10%, 24%) |
| LAB | lab(73.3 -29.8 2.2) |
| LCH | lch(73.3 29.9 175.7) |
| OKLCH | oklch(0.759 0.086 176.4) |
Copy-ready code
/* CSS */
color: #71c3af;
background-color: #71c3af;
/* Tailwind (arbitrary) */
class="text-[#71c3af] bg-[#71c3af]"
/* SCSS */
$brand: #71c3af;
/* SwiftUI */
Color(red: 0.443, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#71c3af")Accessibility — WCAG contrast
Aa
#71c3af on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71c3af on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green76.5%
Blue68.6%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#71c3af text on a black background
contrast 10.13:1
Card sample
#71c3af text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71c3af;
Background color
Panel with #71c3af background
background-color: #71c3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71c3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71c3af; background: linear-gradient(135deg, #71c3af, #71A0C3);