#474df5
a balanced, electric blue · warm · closest name: slateblue
RGB
71, 77, 245
HSL
238°, 90%, 62%
CMYK
71, 69, 0, 4
Luminance
0.1324
Every format
| HEX | #474df5 |
| RGB | rgb(71, 77, 245) |
| HSL | hsl(238, 90%, 62%) |
| CMYK | cmyk(71%, 69%, 0%, 4%) |
| LAB | lab(43.1 50.9 -84.2) |
| LCH | lch(43.1 98.4 301.2) |
| OKLCH | oklch(0.531 0.244 272.9) |
Copy-ready code
/* CSS */
color: #474df5;
background-color: #474df5;
/* Tailwind (arbitrary) */
class="text-[#474df5] bg-[#474df5]"
/* SCSS */
$brand: #474df5;
/* SwiftUI */
Color(red: 0.278, green: 0.302, blue: 0.961)
/* Android */
Color.parseColor("#474df5")Accessibility — WCAG contrast
Aa
#474df5 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#474df5 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green30.2%
Blue96.1%
CMYK percentages
Cyan71.0%
Magenta68.6%
Yellow0.0%
Key (black)3.9%
Color previews
#474df5 text on a black background
contrast 3.65:1
Card sample
#474df5 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474df5;
Background color
Panel with #474df5 background
background-color: #474df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 77, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 77, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474df5; background: linear-gradient(135deg, #474df5, #B547F5);