#574fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
87, 79, 223
HSL
243°, 69%, 59%
CMYK
61, 65, 0, 13
Luminance
0.1295
Every format
| HEX | #574fdf |
| RGB | rgb(87, 79, 223) |
| HSL | hsl(243, 69%, 59%) |
| CMYK | cmyk(61%, 65%, 0%, 13%) |
| LAB | lab(42.7 44.7 -72.5) |
| LCH | lch(42.7 85.1 301.7) |
| OKLCH | oklch(0.524 0.211 278.7) |
Copy-ready code
/* CSS */
color: #574fdf;
background-color: #574fdf;
/* Tailwind (arbitrary) */
class="text-[#574fdf] bg-[#574fdf]"
/* SCSS */
$brand: #574fdf;
/* SwiftUI */
Color(red: 0.341, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#574fdf")Accessibility — WCAG contrast
Aa
#574fdf on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#574fdf on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green31.0%
Blue87.5%
CMYK percentages
Cyan61.0%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#574fdf text on a black background
contrast 3.59:1
Card sample
#574fdf text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574fdf;
Background color
Panel with #574fdf background
background-color: #574fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574fdf; background: linear-gradient(135deg, #574fdf, #B74FDF);