#573eee
a balanced, electric blue · warm · closest name: blue
RGB
87, 62, 238
HSL
249°, 84%, 59%
CMYK
63, 74, 0, 7
Luminance
0.1164
Every format
| HEX | #573eee |
| RGB | rgb(87, 62, 238) |
| HSL | hsl(249, 84%, 59%) |
| CMYK | cmyk(63%, 74%, 0%, 7%) |
| LAB | lab(40.6 58.5 -84.3) |
| LCH | lch(40.6 102.6 304.8) |
| OKLCH | oklch(0.514 0.247 279.7) |
Copy-ready code
/* CSS */
color: #573eee;
background-color: #573eee;
/* Tailwind (arbitrary) */
class="text-[#573eee] bg-[#573eee]"
/* SCSS */
$brand: #573eee;
/* SwiftUI */
Color(red: 0.341, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#573eee")Accessibility — WCAG contrast
Aa
#573eee on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#573eee on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green24.3%
Blue93.3%
CMYK percentages
Cyan63.4%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#573eee text on a black background
contrast 3.33:1
Card sample
#573eee text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #573eee;
Background color
Panel with #573eee background
background-color: #573eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #573eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #573eee; background: linear-gradient(135deg, #573eee, #CC3EEE);