#71cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
113, 207, 186
HSL
167°, 50%, 63%
CMYK
45, 0, 10, 19
Luminance
0.5168
Every format
| HEX | #71cfba |
| RGB | rgb(113, 207, 186) |
| HSL | hsl(167, 50%, 63%) |
| CMYK | cmyk(45%, 0%, 10%, 19%) |
| LAB | lab(77.1 -33.0 1.8) |
| LCH | lch(77.1 33.0 176.9) |
| OKLCH | oklch(0.790 0.095 177.5) |
Copy-ready code
/* CSS */
color: #71cfba;
background-color: #71cfba;
/* Tailwind (arbitrary) */
class="text-[#71cfba] bg-[#71cfba]"
/* SCSS */
$brand: #71cfba;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#71cfba")Accessibility — WCAG contrast
Aa
#71cfba on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cfba on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue72.9%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#71cfba text on a black background
contrast 11.34:1
Card sample
#71cfba text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cfba;
Background color
Panel with #71cfba background
background-color: #71cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cfba; background: linear-gradient(135deg, #71cfba, #71A5CF);