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