#574ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
87, 74, 222
HSL
245°, 69%, 58%
CMYK
61, 67, 0, 13
Luminance
0.1220
Every format
| HEX | #574ade |
| RGB | rgb(87, 74, 222) |
| HSL | hsl(245, 69%, 58%) |
| CMYK | cmyk(61%, 67%, 0%, 13%) |
| LAB | lab(41.5 47.2 -73.8) |
| LCH | lch(41.5 87.6 302.6) |
| OKLCH | oklch(0.516 0.216 279.6) |
Copy-ready code
/* CSS */
color: #574ade;
background-color: #574ade;
/* Tailwind (arbitrary) */
class="text-[#574ade] bg-[#574ade]"
/* SCSS */
$brand: #574ade;
/* SwiftUI */
Color(red: 0.341, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#574ade")Accessibility — WCAG contrast
Aa
#574ade on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#574ade on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green29.0%
Blue87.1%
CMYK percentages
Cyan60.8%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#574ade text on a black background
contrast 3.44:1
Card sample
#574ade text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574ade;
Background color
Panel with #574ade background
background-color: #574ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574ade; background: linear-gradient(135deg, #574ade, #BA4ADE);