#47abeb
a balanced, electric blue · cool · closest name: steelblue
RGB
71, 171, 235
HSL
203°, 80%, 60%
CMYK
70, 27, 0, 8
Luminance
0.3646
Every format
| HEX | #47abeb |
| RGB | rgb(71, 171, 235) |
| HSL | hsl(203, 80%, 60%) |
| CMYK | cmyk(70%, 27%, 0%, 8%) |
| LAB | lab(66.9 -8.8 -40.5) |
| LCH | lch(66.9 41.5 257.7) |
| OKLCH | oklch(0.710 0.131 240.5) |
Copy-ready code
/* CSS */
color: #47abeb;
background-color: #47abeb;
/* Tailwind (arbitrary) */
class="text-[#47abeb] bg-[#47abeb]"
/* SCSS */
$brand: #47abeb;
/* SwiftUI */
Color(red: 0.278, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#47abeb")Accessibility — WCAG contrast
Aa
#47abeb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47abeb on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan69.8%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#47abeb text on a black background
contrast 8.29:1
Card sample
#47abeb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47abeb;
Background color
Panel with #47abeb background
background-color: #47abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47abeb; background: linear-gradient(135deg, #47abeb, #5047EB);