#47caca
a balanced, vivid cyan · cool · closest name: turquoise
RGB
71, 202, 202
HSL
180°, 55%, 54%
CMYK
65, 0, 0, 21
Luminance
0.4784
Every format
| HEX | #47caca |
| RGB | rgb(71, 202, 202) |
| HSL | hsl(180, 55%, 54%) |
| CMYK | cmyk(65%, 0%, 0%, 21%) |
| LAB | lab(74.7 -34.8 -10.5) |
| LCH | lch(74.7 36.4 196.8) |
| OKLCH | oklch(0.769 0.112 195.1) |
Copy-ready code
/* CSS */
color: #47caca;
background-color: #47caca;
/* Tailwind (arbitrary) */
class="text-[#47caca] bg-[#47caca]"
/* SCSS */
$brand: #47caca;
/* SwiftUI */
Color(red: 0.278, green: 0.792, blue: 0.792)
/* Android */
Color.parseColor("#47caca")Accessibility — WCAG contrast
Aa
#47caca on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47caca on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green79.2%
Blue79.2%
CMYK percentages
Cyan64.9%
Magenta0.0%
Yellow0.0%
Key (black)20.8%
Color previews
#47caca text on a black background
contrast 10.57:1
Card sample
#47caca text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47caca;
Background color
Panel with #47caca background
background-color: #47caca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47caca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 202, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 202, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47caca; background: linear-gradient(135deg, #47caca, #4773CA);