#478fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
71, 143, 223
HSL
212°, 70%, 58%
CMYK
68, 36, 0, 13
Luminance
0.2631
Every format
| HEX | #478fdf |
| RGB | rgb(71, 143, 223) |
| HSL | hsl(212, 70%, 58%) |
| CMYK | cmyk(68%, 36%, 0%, 13%) |
| LAB | lab(58.3 3.1 -47.3) |
| LCH | lch(58.3 47.4 273.7) |
| OKLCH | oklch(0.641 0.141 252.9) |
Copy-ready code
/* CSS */
color: #478fdf;
background-color: #478fdf;
/* Tailwind (arbitrary) */
class="text-[#478fdf] bg-[#478fdf]"
/* SCSS */
$brand: #478fdf;
/* SwiftUI */
Color(red: 0.278, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#478fdf")Accessibility — WCAG contrast
Aa
#478fdf on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#478fdf on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green56.1%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#478fdf text on a black background
contrast 6.26:1
Card sample
#478fdf text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478fdf;
Background color
Panel with #478fdf background
background-color: #478fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478fdf; background: linear-gradient(135deg, #478fdf, #6447DF);