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