#47affc
a balanced, electric blue · cool · closest name: steelblue
RGB
71, 175, 252
HSL
206°, 97%, 63%
CMYK
72, 31, 0, 1
Luminance
0.3903
Every format
| HEX | #47affc |
| RGB | rgb(71, 175, 252) |
| HSL | hsl(206, 97%, 63%) |
| CMYK | cmyk(72%, 31%, 0%, 1%) |
| LAB | lab(68.8 -5.3 -46.8) |
| LCH | lch(68.8 47.1 263.5) |
| OKLCH | oklch(0.728 0.147 244.4) |
Copy-ready code
/* CSS */
color: #47affc;
background-color: #47affc;
/* Tailwind (arbitrary) */
class="text-[#47affc] bg-[#47affc]"
/* SCSS */
$brand: #47affc;
/* SwiftUI */
Color(red: 0.278, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#47affc")Accessibility — WCAG contrast
Aa
#47affc on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47affc on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green68.6%
Blue98.8%
CMYK percentages
Cyan71.8%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#47affc text on a black background
contrast 8.81:1
Card sample
#47affc text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47affc;
Background color
Panel with #47affc background
background-color: #47affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47affc; background: linear-gradient(135deg, #47affc, #5747FC);