#71fdef
a light, electric cyan · cool · closest name: turquoise
RGB
113, 253, 239
HSL
174°, 97%, 72%
CMYK
55, 0, 6, 1
Luminance
0.7999
Every format
| HEX | #71fdef |
| RGB | rgb(113, 253, 239) |
| HSL | hsl(174, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 6%, 1%) |
| LAB | lab(91.7 -41.2 -4.8) |
| LCH | lch(91.7 41.5 186.7) |
| OKLCH | oklch(0.913 0.123 186.4) |
Copy-ready code
/* CSS */
color: #71fdef;
background-color: #71fdef;
/* Tailwind (arbitrary) */
class="text-[#71fdef] bg-[#71fdef]"
/* SCSS */
$brand: #71fdef;
/* SwiftUI */
Color(red: 0.443, green: 0.992, blue: 0.937)
/* Android */
Color.parseColor("#71fdef")Accessibility — WCAG contrast
Aa
#71fdef on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fdef on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green99.2%
Blue93.7%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow5.5%
Key (black)0.8%
Color previews
#71fdef text on a black background
contrast 17.00:1
Card sample
#71fdef text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fdef;
Background color
Panel with #71fdef background
background-color: #71fdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 253, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 253, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fdef; background: linear-gradient(135deg, #71fdef, #71AEFD);