#574bcb
a balanced, vivid blue · warm · closest name: slateblue
RGB
87, 75, 203
HSL
246°, 55%, 55%
CMYK
57, 63, 0, 20
Luminance
0.1137
Every format
| HEX | #574bcb |
| RGB | rgb(87, 75, 203) |
| HSL | hsl(246, 55%, 55%) |
| CMYK | cmyk(57%, 63%, 0%, 20%) |
| LAB | lab(40.2 40.7 -65.0) |
| LCH | lch(40.2 76.7 302.1) |
| OKLCH | oklch(0.501 0.191 281.3) |
Copy-ready code
/* CSS */
color: #574bcb;
background-color: #574bcb;
/* Tailwind (arbitrary) */
class="text-[#574bcb] bg-[#574bcb]"
/* SCSS */
$brand: #574bcb;
/* SwiftUI */
Color(red: 0.341, green: 0.294, blue: 0.796)
/* Android */
Color.parseColor("#574bcb")Accessibility — WCAG contrast
Aa
#574bcb on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#574bcb on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green29.4%
Blue79.6%
CMYK percentages
Cyan57.1%
Magenta63.1%
Yellow0.0%
Key (black)20.4%
Color previews
#574bcb text on a black background
contrast 3.27:1
Card sample
#574bcb text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574bcb;
Background color
Panel with #574bcb background
background-color: #574bcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574bcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 75, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 75, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574bcb; background: linear-gradient(135deg, #574bcb, #AC4BCB);