#47afba
a balanced, vivid cyan · cool · closest name: skyblue
RGB
71, 175, 186
HSL
186°, 46%, 50%
CMYK
62, 6, 0, 27
Luminance
0.3554
Every format
| HEX | #47afba |
| RGB | rgb(71, 175, 186) |
| HSL | hsl(186, 46%, 50%) |
| CMYK | cmyk(62%, 6%, 0%, 27%) |
| LAB | lab(66.2 -26.4 -14.6) |
| LCH | lch(66.2 30.1 208.9) |
| OKLCH | oklch(0.698 0.096 204.9) |
Copy-ready code
/* CSS */
color: #47afba;
background-color: #47afba;
/* Tailwind (arbitrary) */
class="text-[#47afba] bg-[#47afba]"
/* SCSS */
$brand: #47afba;
/* SwiftUI */
Color(red: 0.278, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#47afba")Accessibility — WCAG contrast
Aa
#47afba on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47afba on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green68.6%
Blue72.9%
CMYK percentages
Cyan61.8%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#47afba text on a black background
contrast 8.11:1
Card sample
#47afba text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47afba;
Background color
Panel with #47afba background
background-color: #47afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47afba; background: linear-gradient(135deg, #47afba, #4762BA);