#47acfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
71, 172, 253
HSL
207°, 98%, 64%
CMYK
72, 32, 0, 1
Luminance
0.3794
Every format
| HEX | #47acfd |
| RGB | rgb(71, 172, 253) |
| HSL | hsl(207, 98%, 64%) |
| CMYK | cmyk(72%, 32%, 0%, 1%) |
| LAB | lab(68.0 -3.3 -48.6) |
| LCH | lch(68.0 48.7 266.1) |
| OKLCH | oklch(0.721 0.150 246.3) |
Copy-ready code
/* CSS */
color: #47acfd;
background-color: #47acfd;
/* Tailwind (arbitrary) */
class="text-[#47acfd] bg-[#47acfd]"
/* SCSS */
$brand: #47acfd;
/* SwiftUI */
Color(red: 0.278, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#47acfd")Accessibility — WCAG contrast
Aa
#47acfd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47acfd on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green67.5%
Blue99.2%
CMYK percentages
Cyan71.9%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#47acfd text on a black background
contrast 8.59:1
Card sample
#47acfd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47acfd;
Background color
Panel with #47acfd background
background-color: #47acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47acfd; background: linear-gradient(135deg, #47acfd, #5B47FD);