#593bc8
a balanced, vivid blue · warm · closest name: slateblue
RGB
89, 59, 200
HSL
253°, 56%, 51%
CMYK
56, 71, 0, 22
Luminance
0.0942
Every format
| HEX | #593bc8 |
| RGB | rgb(89, 59, 200) |
| HSL | hsl(253, 56%, 51%) |
| CMYK | cmyk(56%, 71%, 0%, 22%) |
| LAB | lab(36.8 49.2 -68.9) |
| LCH | lch(36.8 84.6 305.5) |
| OKLCH | oklch(0.476 0.205 285.3) |
Copy-ready code
/* CSS */
color: #593bc8;
background-color: #593bc8;
/* Tailwind (arbitrary) */
class="text-[#593bc8] bg-[#593bc8]"
/* SCSS */
$brand: #593bc8;
/* SwiftUI */
Color(red: 0.349, green: 0.231, blue: 0.784)
/* Android */
Color.parseColor("#593bc8")Accessibility — WCAG contrast
Aa
#593bc8 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#593bc8 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green23.1%
Blue78.4%
CMYK percentages
Cyan55.5%
Magenta70.5%
Yellow0.0%
Key (black)21.6%
Color previews
#593bc8 text on a black background
contrast 2.88:1
Card sample
#593bc8 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593bc8;
Background color
Panel with #593bc8 background
background-color: #593bc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593bc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 59, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 59, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593bc8; background: linear-gradient(135deg, #593bc8, #B73BC8);