#593ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
89, 58, 222
HSL
251°, 71%, 55%
CMYK
60, 74, 0, 13
Luminance
0.1042
Every format
| HEX | #593ade |
| RGB | rgb(89, 58, 222) |
| HSL | hsl(251, 71%, 55%) |
| CMYK | cmyk(60%, 74%, 0%, 13%) |
| LAB | lab(38.6 56.1 -78.6) |
| LCH | lch(38.6 96.5 305.5) |
| OKLCH | oklch(0.495 0.232 282.5) |
Copy-ready code
/* CSS */
color: #593ade;
background-color: #593ade;
/* Tailwind (arbitrary) */
class="text-[#593ade] bg-[#593ade]"
/* SCSS */
$brand: #593ade;
/* SwiftUI */
Color(red: 0.349, green: 0.227, blue: 0.871)
/* Android */
Color.parseColor("#593ade")Accessibility — WCAG contrast
Aa
#593ade on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#593ade on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green22.7%
Blue87.1%
CMYK percentages
Cyan59.9%
Magenta73.9%
Yellow0.0%
Key (black)12.9%
Color previews
#593ade text on a black background
contrast 3.08:1
Card sample
#593ade text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593ade;
Background color
Panel with #593ade background
background-color: #593ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 58, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 58, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593ade; background: linear-gradient(135deg, #593ade, #C63ADE);