#47dfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
71, 223, 223
HSL
180°, 70%, 58%
CMYK
68, 0, 0, 13
Luminance
0.5944
Every format
| HEX | #47dfdf |
| RGB | rgb(71, 223, 223) |
| HSL | hsl(180, 70%, 58%) |
| CMYK | cmyk(68%, 0%, 0%, 13%) |
| LAB | lab(81.5 -38.6 -11.6) |
| LCH | lch(81.5 40.4 196.7) |
| OKLCH | oklch(0.826 0.124 195.0) |
Copy-ready code
/* CSS */
color: #47dfdf;
background-color: #47dfdf;
/* Tailwind (arbitrary) */
class="text-[#47dfdf] bg-[#47dfdf]"
/* SCSS */
$brand: #47dfdf;
/* SwiftUI */
Color(red: 0.278, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#47dfdf")Accessibility — WCAG contrast
Aa
#47dfdf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47dfdf on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green87.5%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#47dfdf text on a black background
contrast 12.89:1
Card sample
#47dfdf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47dfdf;
Background color
Panel with #47dfdf background
background-color: #47dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47dfdf; background: linear-gradient(135deg, #47dfdf, #477ADF);