#71cfcc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
113, 207, 204
HSL
178°, 50%, 63%
CMYK
45, 0, 1, 19
Luminance
0.5250
Every format
| HEX | #71cfcc |
| RGB | rgb(113, 207, 204) |
| HSL | hsl(178, 50%, 63%) |
| CMYK | cmyk(45%, 0%, 1%, 19%) |
| LAB | lab(77.6 -28.6 -7.2) |
| LCH | lch(77.6 29.5 194.1) |
| OKLCH | oklch(0.796 0.090 192.8) |
Copy-ready code
/* CSS */
color: #71cfcc;
background-color: #71cfcc;
/* Tailwind (arbitrary) */
class="text-[#71cfcc] bg-[#71cfcc]"
/* SCSS */
$brand: #71cfcc;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#71cfcc")Accessibility — WCAG contrast
Aa
#71cfcc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cfcc on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue80.0%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#71cfcc text on a black background
contrast 11.50:1
Card sample
#71cfcc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cfcc;
Background color
Panel with #71cfcc background
background-color: #71cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cfcc; background: linear-gradient(135deg, #71cfcc, #7193CF);