#47decf
a balanced, vivid cyan · cool · “turquoise”
RGB
71, 222, 207
HSL
174°, 70%, 58%
CMYK
68, 0, 7, 13
Luminance
0.5809
Every format
| HEX | #47decf |
| RGB | rgb(71, 222, 207) |
| HSL | hsl(174, 70%, 58%) |
| CMYK | cmyk(68%, 0%, 7%, 13%) |
| LAB | lab(80.8 -42.5 -4.2) |
| LCH | lch(80.8 42.8 185.6) |
| OKLCH | oklch(0.819 0.127 185.4) |
Copy-ready code
/* CSS */
color: #47decf;
background-color: #47decf;
/* Tailwind (arbitrary) */
class="text-[#47decf] bg-[#47decf]"
/* SCSS */
$brand: #47decf;
/* SwiftUI */
Color(red: 0.278, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#47decf")Accessibility — WCAG contrast
Aa
#47decf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47decf on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green87.1%
Blue81.2%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#47decf text on a black background
contrast 12.62:1
Card sample
#47decf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47decf;
Background color
Panel with #47decf background
background-color: #47decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47decf; background: linear-gradient(135deg, #47decf, #4789DE);