#71eade
a light, vivid cyan · cool · closest name: turquoise
RGB
113, 234, 222
HSL
174°, 74%, 68%
CMYK
52, 0, 5, 8
Luminance
0.6763
Every format
| HEX | #71eade |
| RGB | rgb(113, 234, 222) |
| HSL | hsl(174, 74%, 68%) |
| CMYK | cmyk(52%, 0%, 5%, 8%) |
| LAB | lab(85.8 -36.8 -4.6) |
| LCH | lch(85.8 37.1 187.1) |
| OKLCH | oklch(0.864 0.111 186.7) |
Copy-ready code
/* CSS */
color: #71eade;
background-color: #71eade;
/* Tailwind (arbitrary) */
class="text-[#71eade] bg-[#71eade]"
/* SCSS */
$brand: #71eade;
/* SwiftUI */
Color(red: 0.443, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#71eade")Accessibility — WCAG contrast
Aa
#71eade on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71eade on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green91.8%
Blue87.1%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#71eade text on a black background
contrast 14.53:1
Card sample
#71eade text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71eade;
Background color
Panel with #71eade background
background-color: #71eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71eade; background: linear-gradient(135deg, #71eade, #71A5EA);