#47fff0
a balanced, electric cyan · cool · closest name: cyan
RGB
71, 255, 240
HSL
175°, 100%, 64%
CMYK
72, 0, 6, 0
Luminance
0.7915
Every format
| HEX | #47fff0 |
| RGB | rgb(71, 255, 240) |
| HSL | hsl(175, 100%, 64%) |
| CMYK | cmyk(72%, 0%, 6%, 0%) |
| LAB | lab(91.3 -48.2 -6.0) |
| LCH | lch(91.3 48.5 187.1) |
| OKLCH | oklch(0.907 0.144 186.8) |
Copy-ready code
/* CSS */
color: #47fff0;
background-color: #47fff0;
/* Tailwind (arbitrary) */
class="text-[#47fff0] bg-[#47fff0]"
/* SCSS */
$brand: #47fff0;
/* SwiftUI */
Color(red: 0.278, green: 1.000, blue: 0.941)
/* Android */
Color.parseColor("#47fff0")Accessibility — WCAG contrast
Aa
#47fff0 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47fff0 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green100.0%
Blue94.1%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow5.9%
Key (black)0.0%
Color previews
#47fff0 text on a black background
contrast 16.83:1
Card sample
#47fff0 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47fff0;
Background color
Panel with #47fff0 background
background-color: #47fff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47fff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 255, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 255, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47fff0; background: linear-gradient(135deg, #47fff0, #4793FF);