#476ed6
a balanced, vivid blue · cool · closest name: royalblue
RGB
71, 110, 214
HSL
224°, 64%, 56%
CMYK
67, 49, 0, 16
Luminance
0.1735
Every format
| HEX | #476ed6 |
| RGB | rgb(71, 110, 214) |
| HSL | hsl(224, 64%, 56%) |
| CMYK | cmyk(67%, 49%, 0%, 16%) |
| LAB | lab(48.7 20.1 -57.6) |
| LCH | lch(48.7 61.0 289.2) |
| OKLCH | oklch(0.565 0.166 265.8) |
Copy-ready code
/* CSS */
color: #476ed6;
background-color: #476ed6;
/* Tailwind (arbitrary) */
class="text-[#476ed6] bg-[#476ed6]"
/* SCSS */
$brand: #476ed6;
/* SwiftUI */
Color(red: 0.278, green: 0.431, blue: 0.839)
/* Android */
Color.parseColor("#476ed6")Accessibility — WCAG contrast
Aa
#476ed6 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476ed6 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green43.1%
Blue83.9%
CMYK percentages
Cyan66.8%
Magenta48.6%
Yellow0.0%
Key (black)16.1%
Color previews
#476ed6 text on a black background
contrast 4.47:1
Card sample
#476ed6 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476ed6;
Background color
Panel with #476ed6 background
background-color: #476ed6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476ed6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 110, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 110, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476ed6; background: linear-gradient(135deg, #476ed6, #7F47D6);