#593df9
a balanced, electric blue · warm · closest name: blue
RGB
89, 61, 249
HSL
249°, 94%, 61%
CMYK
64, 76, 0, 2
Luminance
0.1230
Every format
| HEX | #593df9 |
| RGB | rgb(89, 61, 249) |
| HSL | hsl(249, 94%, 61%) |
| CMYK | cmyk(64%, 76%, 0%, 2%) |
| LAB | lab(41.7 62.4 -88.8) |
| LCH | lch(41.7 108.5 305.1) |
| OKLCH | oklch(0.525 0.260 279.3) |
Copy-ready code
/* CSS */
color: #593df9;
background-color: #593df9;
/* Tailwind (arbitrary) */
class="text-[#593df9] bg-[#593df9]"
/* SCSS */
$brand: #593df9;
/* SwiftUI */
Color(red: 0.349, green: 0.239, blue: 0.976)
/* Android */
Color.parseColor("#593df9")Accessibility — WCAG contrast
Aa
#593df9 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#593df9 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green23.9%
Blue97.6%
CMYK percentages
Cyan64.3%
Magenta75.5%
Yellow0.0%
Key (black)2.4%
Color previews
#593df9 text on a black background
contrast 3.46:1
Card sample
#593df9 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593df9;
Background color
Panel with #593df9 background
background-color: #593df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 61, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 61, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593df9; background: linear-gradient(135deg, #593df9, #D63DF9);