#476ed0
a balanced, vivid blue · cool · closest name: royalblue
RGB
71, 110, 208
HSL
223°, 59%, 55%
CMYK
66, 47, 0, 18
Luminance
0.1705
Every format
| HEX | #476ed0 |
| RGB | rgb(71, 110, 208) |
| HSL | hsl(223, 59%, 55%) |
| CMYK | cmyk(66%, 47%, 0%, 18%) |
| LAB | lab(48.3 18.0 -54.8) |
| LCH | lch(48.3 57.7 288.1) |
| OKLCH | oklch(0.561 0.157 265.3) |
Copy-ready code
/* CSS */
color: #476ed0;
background-color: #476ed0;
/* Tailwind (arbitrary) */
class="text-[#476ed0] bg-[#476ed0]"
/* SCSS */
$brand: #476ed0;
/* SwiftUI */
Color(red: 0.278, green: 0.431, blue: 0.816)
/* Android */
Color.parseColor("#476ed0")Accessibility — WCAG contrast
Aa
#476ed0 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476ed0 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green43.1%
Blue81.6%
CMYK percentages
Cyan65.9%
Magenta47.1%
Yellow0.0%
Key (black)18.4%
Color previews
#476ed0 text on a black background
contrast 4.41:1
Card sample
#476ed0 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476ed0;
Background color
Panel with #476ed0 background
background-color: #476ed0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476ed0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 110, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 110, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476ed0; background: linear-gradient(135deg, #476ed0, #7B47D0);