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