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