#47dbeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
71, 219, 235
HSL
186°, 80%, 60%
CMYK
70, 7, 0, 8
Luminance
0.5800
Every format
| HEX | #47dbeb |
| RGB | rgb(71, 219, 235) |
| HSL | hsl(186, 80%, 60%) |
| CMYK | cmyk(70%, 7%, 0%, 8%) |
| LAB | lab(80.7 -33.4 -19.2) |
| LCH | lch(80.7 38.5 209.9) |
| OKLCH | oklch(0.821 0.123 205.6) |
Copy-ready code
/* CSS */
color: #47dbeb;
background-color: #47dbeb;
/* Tailwind (arbitrary) */
class="text-[#47dbeb] bg-[#47dbeb]"
/* SCSS */
$brand: #47dbeb;
/* SwiftUI */
Color(red: 0.278, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#47dbeb")Accessibility — WCAG contrast
Aa
#47dbeb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47dbeb on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green85.9%
Blue92.2%
CMYK percentages
Cyan69.8%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#47dbeb text on a black background
contrast 12.60:1
Card sample
#47dbeb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47dbeb;
Background color
Panel with #47dbeb background
background-color: #47dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47dbeb; background: linear-gradient(135deg, #47dbeb, #476EEB);