#477eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
71, 126, 238
HSL
220°, 83%, 61%
CMYK
70, 47, 0, 7
Luminance
0.2243
Every format
| HEX | #477eee |
| RGB | rgb(71, 126, 238) |
| HSL | hsl(220, 83%, 61%) |
| CMYK | cmyk(70%, 47%, 0%, 7%) |
| LAB | lab(54.5 18.6 -61.8) |
| LCH | lch(54.5 64.5 286.8) |
| OKLCH | oklch(0.614 0.179 262.7) |
Copy-ready code
/* CSS */
color: #477eee;
background-color: #477eee;
/* Tailwind (arbitrary) */
class="text-[#477eee] bg-[#477eee]"
/* SCSS */
$brand: #477eee;
/* SwiftUI */
Color(red: 0.278, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#477eee")Accessibility — WCAG contrast
Aa
#477eee on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#477eee on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green49.4%
Blue93.3%
CMYK percentages
Cyan70.2%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#477eee text on a black background
contrast 5.49:1
Card sample
#477eee text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #477eee;
Background color
Panel with #477eee background
background-color: #477eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #477eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #477eee; background: linear-gradient(135deg, #477eee, #7F47EE);