#71e5df
a light, vivid cyan · cool · closest name: turquoise
RGB
113, 229, 223
HSL
177°, 69%, 67%
CMYK
51, 0, 3, 10
Luminance
0.6488
Every format
| HEX | #71e5df |
| RGB | rgb(113, 229, 223) |
| HSL | hsl(177, 69%, 67%) |
| CMYK | cmyk(51%, 0%, 3%, 10%) |
| LAB | lab(84.4 -34.3 -7.2) |
| LCH | lch(84.4 35.0 191.8) |
| OKLCH | oklch(0.853 0.106 190.9) |
Copy-ready code
/* CSS */
color: #71e5df;
background-color: #71e5df;
/* Tailwind (arbitrary) */
class="text-[#71e5df] bg-[#71e5df]"
/* SCSS */
$brand: #71e5df;
/* SwiftUI */
Color(red: 0.443, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#71e5df")Accessibility — WCAG contrast
Aa
#71e5df on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71e5df on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green89.8%
Blue87.5%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#71e5df text on a black background
contrast 13.98:1
Card sample
#71e5df text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71e5df;
Background color
Panel with #71e5df background
background-color: #71e5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71e5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71e5df; background: linear-gradient(135deg, #71e5df, #719EE5);