#593dfd
a balanced, electric blue · warm · closest name: blue
RGB
89, 61, 253
HSL
249°, 98%, 62%
CMYK
65, 76, 0, 1
Luminance
0.1255
Every format
| HEX | #593dfd |
| RGB | rgb(89, 61, 253) |
| HSL | hsl(249, 98%, 62%) |
| CMYK | cmyk(65%, 76%, 0%, 1%) |
| LAB | lab(42.1 63.5 -90.4) |
| LCH | lch(42.1 110.5 305.1) |
| OKLCH | oklch(0.529 0.264 278.9) |
Copy-ready code
/* CSS */
color: #593dfd;
background-color: #593dfd;
/* Tailwind (arbitrary) */
class="text-[#593dfd] bg-[#593dfd]"
/* SCSS */
$brand: #593dfd;
/* SwiftUI */
Color(red: 0.349, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#593dfd")Accessibility — WCAG contrast
Aa
#593dfd on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#593dfd on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green23.9%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#593dfd text on a black background
contrast 3.51:1
Card sample
#593dfd text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593dfd;
Background color
Panel with #593dfd background
background-color: #593dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593dfd; background: linear-gradient(135deg, #593dfd, #D93DFD);