#71decf
a light, vivid cyan · cool · closest name: turquoise
RGB
113, 222, 207
HSL
172°, 62%, 66%
CMYK
49, 0, 7, 13
Luminance
0.6026
Every format
| HEX | #71decf |
| RGB | rgb(113, 222, 207) |
| HSL | hsl(172, 62%, 66%) |
| CMYK | cmyk(49%, 0%, 7%, 13%) |
| LAB | lab(82.0 -35.0 -2.3) |
| LCH | lch(82.0 35.0 183.8) |
| OKLCH | oklch(0.832 0.103 183.7) |
Copy-ready code
/* CSS */
color: #71decf;
background-color: #71decf;
/* Tailwind (arbitrary) */
class="text-[#71decf] bg-[#71decf]"
/* SCSS */
$brand: #71decf;
/* SwiftUI */
Color(red: 0.443, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#71decf")Accessibility — WCAG contrast
Aa
#71decf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71decf on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green87.1%
Blue81.2%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#71decf text on a black background
contrast 13.05:1
Card sample
#71decf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71decf;
Background color
Panel with #71decf background
background-color: #71decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71decf; background: linear-gradient(135deg, #71decf, #71A4DE);