#593afd
a balanced, electric blue · warm · closest name: blue
RGB
89, 58, 253
HSL
250°, 98%, 61%
CMYK
65, 77, 0, 1
Luminance
0.1224
Every format
| HEX | #593afd |
| RGB | rgb(89, 58, 253) |
| HSL | hsl(250, 98%, 61%) |
| CMYK | cmyk(65%, 77%, 0%, 1%) |
| LAB | lab(41.6 64.9 -91.2) |
| LCH | lch(41.6 111.9 305.5) |
| OKLCH | oklch(0.525 0.267 279.2) |
Copy-ready code
/* CSS */
color: #593afd;
background-color: #593afd;
/* Tailwind (arbitrary) */
class="text-[#593afd] bg-[#593afd]"
/* SCSS */
$brand: #593afd;
/* SwiftUI */
Color(red: 0.349, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#593afd")Accessibility — WCAG contrast
Aa
#593afd on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#593afd on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green22.7%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#593afd text on a black background
contrast 3.45:1
Card sample
#593afd text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593afd;
Background color
Panel with #593afd background
background-color: #593afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593afd; background: linear-gradient(135deg, #593afd, #DB3AFD);