#476ed4
a balanced, vivid blue · cool · closest name: royalblue
RGB
71, 110, 212
HSL
223°, 62%, 56%
CMYK
67, 48, 0, 17
Luminance
0.1724
Every format
| HEX | #476ed4 |
| RGB | rgb(71, 110, 212) |
| HSL | hsl(223, 62%, 56%) |
| CMYK | cmyk(67%, 48%, 0%, 17%) |
| LAB | lab(48.6 19.4 -56.7) |
| LCH | lch(48.6 59.9 288.9) |
| OKLCH | oklch(0.563 0.163 265.7) |
Copy-ready code
/* CSS */
color: #476ed4;
background-color: #476ed4;
/* Tailwind (arbitrary) */
class="text-[#476ed4] bg-[#476ed4]"
/* SCSS */
$brand: #476ed4;
/* SwiftUI */
Color(red: 0.278, green: 0.431, blue: 0.831)
/* Android */
Color.parseColor("#476ed4")Accessibility — WCAG contrast
Aa
#476ed4 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476ed4 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green43.1%
Blue83.1%
CMYK percentages
Cyan66.5%
Magenta48.1%
Yellow0.0%
Key (black)16.9%
Color previews
#476ed4 text on a black background
contrast 4.45:1
Card sample
#476ed4 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476ed4;
Background color
Panel with #476ed4 background
background-color: #476ed4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476ed4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 110, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 110, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476ed4; background: linear-gradient(135deg, #476ed4, #7E47D4);