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