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