#47cdcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
71, 205, 203
HSL
179°, 57%, 54%
CMYK
65, 0, 1, 20
Luminance
0.4931
Every format
| HEX | #47cdcb |
| RGB | rgb(71, 205, 203) |
| HSL | hsl(179, 57%, 54%) |
| CMYK | cmyk(65%, 0%, 1%, 20%) |
| LAB | lab(75.6 -35.9 -9.7) |
| LCH | lch(75.6 37.2 195.0) |
| OKLCH | oklch(0.777 0.114 193.6) |
Copy-ready code
/* CSS */
color: #47cdcb;
background-color: #47cdcb;
/* Tailwind (arbitrary) */
class="text-[#47cdcb] bg-[#47cdcb]"
/* SCSS */
$brand: #47cdcb;
/* SwiftUI */
Color(red: 0.278, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#47cdcb")Accessibility — WCAG contrast
Aa
#47cdcb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47cdcb on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green80.4%
Blue79.6%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#47cdcb text on a black background
contrast 10.86:1
Card sample
#47cdcb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47cdcb;
Background color
Panel with #47cdcb background
background-color: #47cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47cdcb; background: linear-gradient(135deg, #47cdcb, #4776CD);