#574eee
a balanced, electric blue · warm · closest name: slateblue
RGB
87, 78, 238
HSL
243°, 83%, 62%
CMYK
63, 67, 0, 7
Luminance
0.1365
Every format
| HEX | #574eee |
| RGB | rgb(87, 78, 238) |
| HSL | hsl(243, 83%, 62%) |
| CMYK | cmyk(63%, 67%, 0%, 7%) |
| LAB | lab(43.7 50.0 -79.3) |
| LCH | lch(43.7 93.7 302.2) |
| OKLCH | oklch(0.536 0.231 277.7) |
Copy-ready code
/* CSS */
color: #574eee;
background-color: #574eee;
/* Tailwind (arbitrary) */
class="text-[#574eee] bg-[#574eee]"
/* SCSS */
$brand: #574eee;
/* SwiftUI */
Color(red: 0.341, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#574eee")Accessibility — WCAG contrast
Aa
#574eee on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#574eee on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green30.6%
Blue93.3%
CMYK percentages
Cyan63.4%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#574eee text on a black background
contrast 3.73:1
Card sample
#574eee text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574eee;
Background color
Panel with #574eee background
background-color: #574eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574eee; background: linear-gradient(135deg, #574eee, #C24EEE);