#593fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
89, 63, 223
HSL
250°, 71%, 56%
CMYK
60, 72, 0, 13
Luminance
0.1101
Every format
| HEX | #593fdf |
| RGB | rgb(89, 63, 223) |
| HSL | hsl(250, 71%, 56%) |
| CMYK | cmyk(60%, 72%, 0%, 13%) |
| LAB | lab(39.6 53.8 -77.5) |
| LCH | lch(39.6 94.4 304.8) |
| OKLCH | oklch(0.503 0.228 281.8) |
Copy-ready code
/* CSS */
color: #593fdf;
background-color: #593fdf;
/* Tailwind (arbitrary) */
class="text-[#593fdf] bg-[#593fdf]"
/* SCSS */
$brand: #593fdf;
/* SwiftUI */
Color(red: 0.349, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#593fdf")Accessibility — WCAG contrast
Aa
#593fdf on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#593fdf on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green24.7%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#593fdf text on a black background
contrast 3.20:1
Card sample
#593fdf text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593fdf;
Background color
Panel with #593fdf background
background-color: #593fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593fdf; background: linear-gradient(135deg, #593fdf, #C43FDF);