#476eee
a balanced, electric blue · warm · closest name: royalblue
RGB
71, 110, 238
HSL
226°, 83%, 61%
CMYK
70, 54, 0, 7
Luminance
0.1866
Every format
| HEX | #476eee |
| RGB | rgb(71, 110, 238) |
| HSL | hsl(226, 83%, 61%) |
| CMYK | cmyk(70%, 54%, 0%, 7%) |
| LAB | lab(50.3 28.5 -68.6) |
| LCH | lch(50.3 74.3 292.6) |
| OKLCH | oklch(0.582 0.198 267.2) |
Copy-ready code
/* CSS */
color: #476eee;
background-color: #476eee;
/* Tailwind (arbitrary) */
class="text-[#476eee] bg-[#476eee]"
/* SCSS */
$brand: #476eee;
/* SwiftUI */
Color(red: 0.278, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#476eee")Accessibility — WCAG contrast
Aa
#476eee on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#476eee on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green43.1%
Blue93.3%
CMYK percentages
Cyan70.2%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#476eee text on a black background
contrast 4.73:1
Card sample
#476eee text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476eee;
Background color
Panel with #476eee background
background-color: #476eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476eee; background: linear-gradient(135deg, #476eee, #8F47EE);