#593df1
a balanced, electric blue · warm · closest name: blue
RGB
89, 61, 241
HSL
249°, 87%, 59%
CMYK
63, 75, 0, 6
Luminance
0.1181
Every format
| HEX | #593df1 |
| RGB | rgb(89, 61, 241) |
| HSL | hsl(249, 87%, 59%) |
| CMYK | cmyk(63%, 75%, 0%, 6%) |
| LAB | lab(40.9 60.1 -85.5) |
| LCH | lch(40.9 104.5 305.1) |
| OKLCH | oklch(0.517 0.251 280.1) |
Copy-ready code
/* CSS */
color: #593df1;
background-color: #593df1;
/* Tailwind (arbitrary) */
class="text-[#593df1] bg-[#593df1]"
/* SCSS */
$brand: #593df1;
/* SwiftUI */
Color(red: 0.349, green: 0.239, blue: 0.945)
/* Android */
Color.parseColor("#593df1")Accessibility — WCAG contrast
Aa
#593df1 on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#593df1 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green23.9%
Blue94.5%
CMYK percentages
Cyan63.1%
Magenta74.7%
Yellow0.0%
Key (black)5.5%
Color previews
#593df1 text on a black background
contrast 3.36:1
Card sample
#593df1 text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593df1;
Background color
Panel with #593df1 background
background-color: #593df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 61, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 61, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593df1; background: linear-gradient(135deg, #593df1, #D13DF1);