#476ed8
a balanced, vivid blue · cool · closest name: royalblue
RGB
71, 110, 216
HSL
224°, 65%, 56%
CMYK
67, 49, 0, 15
Luminance
0.1745
Every format
| HEX | #476ed8 |
| RGB | rgb(71, 110, 216) |
| HSL | hsl(224, 65%, 56%) |
| CMYK | cmyk(67%, 49%, 0%, 15%) |
| LAB | lab(48.8 20.8 -58.6) |
| LCH | lch(48.8 62.1 289.5) |
| OKLCH | oklch(0.566 0.168 266.0) |
Copy-ready code
/* CSS */
color: #476ed8;
background-color: #476ed8;
/* Tailwind (arbitrary) */
class="text-[#476ed8] bg-[#476ed8]"
/* SCSS */
$brand: #476ed8;
/* SwiftUI */
Color(red: 0.278, green: 0.431, blue: 0.847)
/* Android */
Color.parseColor("#476ed8")Accessibility — WCAG contrast
Aa
#476ed8 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476ed8 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green43.1%
Blue84.7%
CMYK percentages
Cyan67.1%
Magenta49.1%
Yellow0.0%
Key (black)15.3%
Color previews
#476ed8 text on a black background
contrast 4.49:1
Card sample
#476ed8 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476ed8;
Background color
Panel with #476ed8 background
background-color: #476ed8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476ed8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 110, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 110, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476ed8; background: linear-gradient(135deg, #476ed8, #8147D8);