#47fdda
a balanced, electric cyan · cool · closest name: aquamarine
RGB
71, 253, 218
HSL
169°, 98%, 64%
CMYK
72, 0, 14, 1
Luminance
0.7665
Every format
| HEX | #47fdda |
| RGB | rgb(71, 253, 218) |
| HSL | hsl(169, 98%, 64%) |
| CMYK | cmyk(72%, 0%, 14%, 1%) |
| LAB | lab(90.2 -53.0 3.7) |
| LCH | lch(90.2 53.1 176.0) |
| OKLCH | oklch(0.896 0.151 176.6) |
Copy-ready code
/* CSS */
color: #47fdda;
background-color: #47fdda;
/* Tailwind (arbitrary) */
class="text-[#47fdda] bg-[#47fdda]"
/* SCSS */
$brand: #47fdda;
/* SwiftUI */
Color(red: 0.278, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#47fdda")Accessibility — WCAG contrast
Aa
#47fdda on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47fdda on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green99.2%
Blue85.5%
CMYK percentages
Cyan71.9%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#47fdda text on a black background
contrast 16.33:1
Card sample
#47fdda text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47fdda;
Background color
Panel with #47fdda background
background-color: #47fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47fdda; background: linear-gradient(135deg, #47fdda, #47A6FD);