#593ccc
a balanced, vivid blue · warm · closest name: slateblue
RGB
89, 60, 204
HSL
252°, 59%, 52%
CMYK
56, 71, 0, 20
Luminance
0.0972
Every format
| HEX | #593ccc |
| RGB | rgb(89, 60, 204) |
| HSL | hsl(252, 59%, 52%) |
| CMYK | cmyk(56%, 71%, 0%, 20%) |
| LAB | lab(37.3 49.8 -70.3) |
| LCH | lch(37.3 86.2 305.3) |
| OKLCH | oklch(0.481 0.209 284.6) |
Copy-ready code
/* CSS */
color: #593ccc;
background-color: #593ccc;
/* Tailwind (arbitrary) */
class="text-[#593ccc] bg-[#593ccc]"
/* SCSS */
$brand: #593ccc;
/* SwiftUI */
Color(red: 0.349, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#593ccc")Accessibility — WCAG contrast
Aa
#593ccc on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#593ccc on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green23.5%
Blue80.0%
CMYK percentages
Cyan56.4%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#593ccc text on a black background
contrast 2.94:1
Card sample
#593ccc text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593ccc;
Background color
Panel with #593ccc background
background-color: #593ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593ccc; background: linear-gradient(135deg, #593ccc, #B93CCC);