#476fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
71, 111, 223
HSL
224°, 70%, 58%
CMYK
68, 50, 0, 13
Luminance
0.1804
Every format
| HEX | #476fdf |
| RGB | rgb(71, 111, 223) |
| HSL | hsl(224, 70%, 58%) |
| CMYK | cmyk(68%, 50%, 0%, 13%) |
| LAB | lab(49.5 22.6 -61.4) |
| LCH | lch(49.5 65.4 290.2) |
| OKLCH | oklch(0.573 0.177 266.2) |
Copy-ready code
/* CSS */
color: #476fdf;
background-color: #476fdf;
/* Tailwind (arbitrary) */
class="text-[#476fdf] bg-[#476fdf]"
/* SCSS */
$brand: #476fdf;
/* SwiftUI */
Color(red: 0.278, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#476fdf")Accessibility — WCAG contrast
Aa
#476fdf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476fdf on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green43.5%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#476fdf text on a black background
contrast 4.61:1
Card sample
#476fdf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476fdf;
Background color
Panel with #476fdf background
background-color: #476fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476fdf; background: linear-gradient(135deg, #476fdf, #8447DF);