#477ac2
a balanced, vivid blue · cool · closest name: steelblue
RGB
71, 122, 194
HSL
215°, 50%, 52%
CMYK
63, 37, 0, 24
Luminance
0.1915
Every format
| HEX | #477ac2 |
| RGB | rgb(71, 122, 194) |
| HSL | hsl(215, 50%, 52%) |
| CMYK | cmyk(63%, 37%, 0%, 24%) |
| LAB | lab(50.9 5.6 -42.7) |
| LCH | lch(50.9 43.1 277.5) |
| OKLCH | oklch(0.578 0.124 257.2) |
Copy-ready code
/* CSS */
color: #477ac2;
background-color: #477ac2;
/* Tailwind (arbitrary) */
class="text-[#477ac2] bg-[#477ac2]"
/* SCSS */
$brand: #477ac2;
/* SwiftUI */
Color(red: 0.278, green: 0.478, blue: 0.761)
/* Android */
Color.parseColor("#477ac2")Accessibility — WCAG contrast
Aa
#477ac2 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#477ac2 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green47.8%
Blue76.1%
CMYK percentages
Cyan63.4%
Magenta37.1%
Yellow0.0%
Key (black)23.9%
Color previews
#477ac2 text on a black background
contrast 4.83:1
Card sample
#477ac2 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #477ac2;
Background color
Panel with #477ac2 background
background-color: #477ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #477ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 122, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 122, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #477ac2; background: linear-gradient(135deg, #477ac2, #6647C2);