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