#47afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
71, 175, 223
HSL
199°, 70%, 58%
CMYK
68, 22, 0, 13
Luminance
0.3733
Every format
| HEX | #47afdf |
| RGB | rgb(71, 175, 223) |
| HSL | hsl(199, 70%, 58%) |
| CMYK | cmyk(68%, 22%, 0%, 13%) |
| LAB | lab(67.5 -14.9 -32.9) |
| LCH | lch(67.5 36.1 245.6) |
| OKLCH | oklch(0.714 0.117 231.8) |
Copy-ready code
/* CSS */
color: #47afdf;
background-color: #47afdf;
/* Tailwind (arbitrary) */
class="text-[#47afdf] bg-[#47afdf]"
/* SCSS */
$brand: #47afdf;
/* SwiftUI */
Color(red: 0.278, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#47afdf")Accessibility — WCAG contrast
Aa
#47afdf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47afdf on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#47afdf text on a black background
contrast 8.47:1
Card sample
#47afdf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47afdf;
Background color
Panel with #47afdf background
background-color: #47afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47afdf; background: linear-gradient(135deg, #47afdf, #474ADF);