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