#474bfd
a balanced, electric blue · warm · closest name: blue
RGB
71, 75, 253
HSL
239°, 98%, 64%
CMYK
72, 70, 0, 1
Luminance
0.1346
Every format
| HEX | #474bfd |
| RGB | rgb(71, 75, 253) |
| HSL | hsl(239, 98%, 64%) |
| CMYK | cmyk(72%, 70%, 0%, 1%) |
| LAB | lab(43.5 54.6 -88.1) |
| LCH | lch(43.5 103.7 301.8) |
| OKLCH | oklch(0.535 0.255 272.7) |
Copy-ready code
/* CSS */
color: #474bfd;
background-color: #474bfd;
/* Tailwind (arbitrary) */
class="text-[#474bfd] bg-[#474bfd]"
/* SCSS */
$brand: #474bfd;
/* SwiftUI */
Color(red: 0.278, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#474bfd")Accessibility — WCAG contrast
Aa
#474bfd on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#474bfd on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green29.4%
Blue99.2%
CMYK percentages
Cyan71.9%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#474bfd text on a black background
contrast 3.69:1
Card sample
#474bfd text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474bfd;
Background color
Panel with #474bfd background
background-color: #474bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474bfd; background: linear-gradient(135deg, #474bfd, #BC47FD);