#574afd
a balanced, electric blue · warm · closest name: blue
RGB
87, 74, 253
HSL
244°, 98%, 64%
CMYK
66, 71, 0, 1
Luminance
0.1402
Every format
| HEX | #574afd |
| RGB | rgb(87, 74, 253) |
| HSL | hsl(244, 98%, 64%) |
| CMYK | cmyk(66%, 71%, 0%, 1%) |
| LAB | lab(44.3 56.8 -86.8) |
| LCH | lch(44.3 103.7 303.2) |
| OKLCH | oklch(0.544 0.253 277.1) |
Copy-ready code
/* CSS */
color: #574afd;
background-color: #574afd;
/* Tailwind (arbitrary) */
class="text-[#574afd] bg-[#574afd]"
/* SCSS */
$brand: #574afd;
/* SwiftUI */
Color(red: 0.341, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#574afd")Accessibility — WCAG contrast
Aa
#574afd on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#574afd on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green29.0%
Blue99.2%
CMYK percentages
Cyan65.6%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#574afd text on a black background
contrast 3.80:1
Card sample
#574afd text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574afd;
Background color
Panel with #574afd background
background-color: #574afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574afd; background: linear-gradient(135deg, #574afd, #CE4AFD);