#47acef
a balanced, electric blue · cool · closest name: steelblue
RGB
71, 172, 239
HSL
204°, 84%, 61%
CMYK
70, 28, 0, 6
Luminance
0.3708
Every format
| HEX | #47acef |
| RGB | rgb(71, 172, 239) |
| HSL | hsl(204, 84%, 61%) |
| CMYK | cmyk(70%, 28%, 0%, 6%) |
| LAB | lab(67.3 -8.0 -42.0) |
| LCH | lch(67.3 42.7 259.2) |
| OKLCH | oklch(0.714 0.135 241.5) |
Copy-ready code
/* CSS */
color: #47acef;
background-color: #47acef;
/* Tailwind (arbitrary) */
class="text-[#47acef] bg-[#47acef]"
/* SCSS */
$brand: #47acef;
/* SwiftUI */
Color(red: 0.278, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#47acef")Accessibility — WCAG contrast
Aa
#47acef on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47acef on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green67.5%
Blue93.7%
CMYK percentages
Cyan70.3%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#47acef text on a black background
contrast 8.42:1
Card sample
#47acef text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47acef;
Background color
Panel with #47acef background
background-color: #47acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47acef; background: linear-gradient(135deg, #47acef, #5247EF);