#47fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
71, 252, 223
HSL
170°, 97%, 63%
CMYK
72, 0, 12, 1
Luminance
0.7629
Every format
| HEX | #47fcdf |
| RGB | rgb(71, 252, 223) |
| HSL | hsl(170, 97%, 63%) |
| CMYK | cmyk(72%, 0%, 12%, 1%) |
| LAB | lab(90.0 -51.3 0.9) |
| LCH | lch(90.0 51.3 179.0) |
| OKLCH | oklch(0.895 0.148 179.4) |
Copy-ready code
/* CSS */
color: #47fcdf;
background-color: #47fcdf;
/* Tailwind (arbitrary) */
class="text-[#47fcdf] bg-[#47fcdf]"
/* SCSS */
$brand: #47fcdf;
/* SwiftUI */
Color(red: 0.278, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#47fcdf")Accessibility — WCAG contrast
Aa
#47fcdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47fcdf on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#47fcdf text on a black background
contrast 16.26:1
Card sample
#47fcdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47fcdf;
Background color
Panel with #47fcdf background
background-color: #47fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47fcdf; background: linear-gradient(135deg, #47fcdf, #47A0FC);