#47fdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
71, 253, 206
HSL
165°, 98%, 64%
CMYK
72, 0, 19, 1
Luminance
0.7605
Every format
| HEX | #47fdce |
| RGB | rgb(71, 253, 206) |
| HSL | hsl(165, 98%, 64%) |
| CMYK | cmyk(72%, 0%, 19%, 1%) |
| LAB | lab(89.9 -55.8 9.5) |
| LCH | lch(89.9 56.6 170.3) |
| OKLCH | oklch(0.893 0.158 171.2) |
Copy-ready code
/* CSS */
color: #47fdce;
background-color: #47fdce;
/* Tailwind (arbitrary) */
class="text-[#47fdce] bg-[#47fdce]"
/* SCSS */
$brand: #47fdce;
/* SwiftUI */
Color(red: 0.278, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#47fdce")Accessibility — WCAG contrast
Aa
#47fdce on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47fdce on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green99.2%
Blue80.8%
CMYK percentages
Cyan71.9%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#47fdce text on a black background
contrast 16.21:1
Card sample
#47fdce text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47fdce;
Background color
Panel with #47fdce background
background-color: #47fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47fdce; background: linear-gradient(135deg, #47fdce, #47B3FD);