#71cbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
113, 203, 175
HSL
161°, 46%, 62%
CMYK
44, 0, 14, 20
Luminance
0.4932
Every format
| HEX | #71cbaf |
| RGB | rgb(113, 203, 175) |
| HSL | hsl(161, 46%, 62%) |
| CMYK | cmyk(44%, 0%, 14%, 20%) |
| LAB | lab(75.7 -33.6 5.6) |
| LCH | lch(75.7 34.1 170.5) |
| OKLCH | oklch(0.778 0.097 171.5) |
Copy-ready code
/* CSS */
color: #71cbaf;
background-color: #71cbaf;
/* Tailwind (arbitrary) */
class="text-[#71cbaf] bg-[#71cbaf]"
/* SCSS */
$brand: #71cbaf;
/* SwiftUI */
Color(red: 0.443, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#71cbaf")Accessibility — WCAG contrast
Aa
#71cbaf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cbaf on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green79.6%
Blue68.6%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#71cbaf text on a black background
contrast 10.86:1
Card sample
#71cbaf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cbaf;
Background color
Panel with #71cbaf background
background-color: #71cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cbaf; background: linear-gradient(135deg, #71cbaf, #71ABCB);