#593be9
a balanced, electric blue · warm · closest name: blue
RGB
89, 59, 233
HSL
250°, 80%, 57%
CMYK
62, 75, 0, 9
Luminance
0.1113
Every format
| HEX | #593be9 |
| RGB | rgb(89, 59, 233) |
| HSL | hsl(250, 80%, 57%) |
| CMYK | cmyk(62%, 75%, 0%, 9%) |
| LAB | lab(39.8 58.8 -82.8) |
| LCH | lch(39.8 101.6 305.4) |
| OKLCH | oklch(0.507 0.244 281.1) |
Copy-ready code
/* CSS */
color: #593be9;
background-color: #593be9;
/* Tailwind (arbitrary) */
class="text-[#593be9] bg-[#593be9]"
/* SCSS */
$brand: #593be9;
/* SwiftUI */
Color(red: 0.349, green: 0.231, blue: 0.914)
/* Android */
Color.parseColor("#593be9")Accessibility — WCAG contrast
Aa
#593be9 on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#593be9 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green23.1%
Blue91.4%
CMYK percentages
Cyan61.8%
Magenta74.7%
Yellow0.0%
Key (black)8.6%
Color previews
#593be9 text on a black background
contrast 3.23:1
Card sample
#593be9 text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593be9;
Background color
Panel with #593be9 background
background-color: #593be9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593be9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 59, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 59, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593be9; background: linear-gradient(135deg, #593be9, #CD3BE9);