#47ecdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
71, 236, 223
HSL
175°, 81%, 60%
CMYK
70, 0, 6, 8
Luminance
0.6666
Every format
| HEX | #47ecdf |
| RGB | rgb(71, 236, 223) |
| HSL | hsl(175, 81%, 60%) |
| CMYK | cmyk(70%, 0%, 6%, 8%) |
| LAB | lab(85.3 -44.5 -6.0) |
| LCH | lch(85.3 44.9 187.6) |
| OKLCH | oklch(0.857 0.134 187.2) |
Copy-ready code
/* CSS */
color: #47ecdf;
background-color: #47ecdf;
/* Tailwind (arbitrary) */
class="text-[#47ecdf] bg-[#47ecdf]"
/* SCSS */
$brand: #47ecdf;
/* SwiftUI */
Color(red: 0.278, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#47ecdf")Accessibility — WCAG contrast
Aa
#47ecdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47ecdf on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green92.5%
Blue87.5%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#47ecdf text on a black background
contrast 14.33:1
Card sample
#47ecdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47ecdf;
Background color
Panel with #47ecdf background
background-color: #47ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47ecdf; background: linear-gradient(135deg, #47ecdf, #478BEC);