#476ed1
a balanced, vivid blue · cool · closest name: royalblue
RGB
71, 110, 209
HSL
223°, 60%, 55%
CMYK
66, 47, 0, 18
Luminance
0.1709
Every format
| HEX | #476ed1 |
| RGB | rgb(71, 110, 209) |
| HSL | hsl(223, 60%, 55%) |
| CMYK | cmyk(66%, 47%, 0%, 18%) |
| LAB | lab(48.4 18.3 -55.3) |
| LCH | lch(48.4 58.2 288.3) |
| OKLCH | oklch(0.561 0.159 265.4) |
Copy-ready code
/* CSS */
color: #476ed1;
background-color: #476ed1;
/* Tailwind (arbitrary) */
class="text-[#476ed1] bg-[#476ed1]"
/* SCSS */
$brand: #476ed1;
/* SwiftUI */
Color(red: 0.278, green: 0.431, blue: 0.820)
/* Android */
Color.parseColor("#476ed1")Accessibility — WCAG contrast
Aa
#476ed1 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476ed1 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green43.1%
Blue82.0%
CMYK percentages
Cyan66.0%
Magenta47.4%
Yellow0.0%
Key (black)18.0%
Color previews
#476ed1 text on a black background
contrast 4.42:1
Card sample
#476ed1 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476ed1;
Background color
Panel with #476ed1 background
background-color: #476ed1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476ed1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 110, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 110, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476ed1; background: linear-gradient(135deg, #476ed1, #7C47D1);