#476cd3
a balanced, vivid blue · cool · closest name: royalblue
RGB
71, 108, 211
HSL
224°, 61%, 55%
CMYK
66, 49, 0, 17
Luminance
0.1677
Every format
| HEX | #476cd3 |
| RGB | rgb(71, 108, 211) |
| HSL | hsl(224, 61%, 55%) |
| CMYK | cmyk(66%, 49%, 0%, 17%) |
| LAB | lab(48.0 20.3 -57.1) |
| LCH | lch(48.0 60.6 289.5) |
| OKLCH | oklch(0.559 0.164 266.3) |
Copy-ready code
/* CSS */
color: #476cd3;
background-color: #476cd3;
/* Tailwind (arbitrary) */
class="text-[#476cd3] bg-[#476cd3]"
/* SCSS */
$brand: #476cd3;
/* SwiftUI */
Color(red: 0.278, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#476cd3")Accessibility — WCAG contrast
Aa
#476cd3 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476cd3 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green42.4%
Blue82.7%
CMYK percentages
Cyan66.4%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#476cd3 text on a black background
contrast 4.35:1
Card sample
#476cd3 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476cd3;
Background color
Panel with #476cd3 background
background-color: #476cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476cd3; background: linear-gradient(135deg, #476cd3, #7F47D3);