#594ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
89, 74, 222
HSL
246°, 69%, 58%
CMYK
60, 67, 0, 13
Luminance
0.1230
Every format
| HEX | #594ade |
| RGB | rgb(89, 74, 222) |
| HSL | hsl(246, 69%, 58%) |
| CMYK | cmyk(60%, 67%, 0%, 13%) |
| LAB | lab(41.7 47.5 -73.5) |
| LCH | lch(41.7 87.5 302.9) |
| OKLCH | oklch(0.517 0.215 280.3) |
Copy-ready code
/* CSS */
color: #594ade;
background-color: #594ade;
/* Tailwind (arbitrary) */
class="text-[#594ade] bg-[#594ade]"
/* SCSS */
$brand: #594ade;
/* SwiftUI */
Color(red: 0.349, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#594ade")Accessibility — WCAG contrast
Aa
#594ade on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#594ade on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green29.0%
Blue87.1%
CMYK percentages
Cyan59.9%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#594ade text on a black background
contrast 3.46:1
Card sample
#594ade text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #594ade;
Background color
Panel with #594ade background
background-color: #594ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #594ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #594ade; background: linear-gradient(135deg, #594ade, #BC4ADE);