#474dfd
a balanced, electric blue · warm · closest name: slateblue
RGB
71, 77, 253
HSL
238°, 98%, 64%
CMYK
72, 70, 0, 1
Luminance
0.1374
Every format
| HEX | #474dfd |
| RGB | rgb(71, 77, 253) |
| HSL | hsl(238, 98%, 64%) |
| CMYK | cmyk(72%, 70%, 0%, 1%) |
| LAB | lab(43.9 53.5 -87.5) |
| LCH | lch(43.9 102.5 301.4) |
| OKLCH | oklch(0.538 0.253 272.5) |
Copy-ready code
/* CSS */
color: #474dfd;
background-color: #474dfd;
/* Tailwind (arbitrary) */
class="text-[#474dfd] bg-[#474dfd]"
/* SCSS */
$brand: #474dfd;
/* SwiftUI */
Color(red: 0.278, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#474dfd")Accessibility — WCAG contrast
Aa
#474dfd on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#474dfd on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green30.2%
Blue99.2%
CMYK percentages
Cyan71.9%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#474dfd text on a black background
contrast 3.75:1
Card sample
#474dfd text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474dfd;
Background color
Panel with #474dfd background
background-color: #474dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474dfd; background: linear-gradient(135deg, #474dfd, #BA47FD);