#71c4af
a balanced, soft cyan · cool · closest name: turquoise
RGB
113, 196, 175
HSL
165°, 41%, 61%
CMYK
42, 0, 11, 23
Luminance
0.4609
Every format
| HEX | #71c4af |
| RGB | rgb(113, 196, 175) |
| HSL | hsl(165, 41%, 61%) |
| CMYK | cmyk(42%, 0%, 11%, 23%) |
| LAB | lab(73.6 -30.3 2.6) |
| LCH | lch(73.6 30.4 175.0) |
| OKLCH | oklch(0.761 0.087 175.7) |
Copy-ready code
/* CSS */
color: #71c4af;
background-color: #71c4af;
/* Tailwind (arbitrary) */
class="text-[#71c4af] bg-[#71c4af]"
/* SCSS */
$brand: #71c4af;
/* SwiftUI */
Color(red: 0.443, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#71c4af")Accessibility — WCAG contrast
Aa
#71c4af on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71c4af on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green76.9%
Blue68.6%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#71c4af text on a black background
contrast 10.22:1
Card sample
#71c4af text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71c4af;
Background color
Panel with #71c4af background
background-color: #71c4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71c4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71c4af; background: linear-gradient(135deg, #71c4af, #71A2C4);