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