#478cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
71, 140, 223
HSL
213°, 70%, 58%
CMYK
68, 37, 0, 13
Luminance
0.2542
Every format
| HEX | #478cdf |
| RGB | rgb(71, 140, 223) |
| HSL | hsl(213, 70%, 58%) |
| CMYK | cmyk(68%, 37%, 0%, 13%) |
| LAB | lab(57.5 4.9 -48.6) |
| LCH | lch(57.5 48.9 275.7) |
| OKLCH | oklch(0.634 0.144 254.5) |
Copy-ready code
/* CSS */
color: #478cdf;
background-color: #478cdf;
/* Tailwind (arbitrary) */
class="text-[#478cdf] bg-[#478cdf]"
/* SCSS */
$brand: #478cdf;
/* SwiftUI */
Color(red: 0.278, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#478cdf")Accessibility — WCAG contrast
Aa
#478cdf on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#478cdf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green54.9%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#478cdf text on a black background
contrast 6.08:1
Card sample
#478cdf text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478cdf;
Background color
Panel with #478cdf background
background-color: #478cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478cdf; background: linear-gradient(135deg, #478cdf, #6747DF);