#593baf
a balanced, vivid violet · warm · closest name: slateblue
RGB
89, 59, 175
HSL
256°, 50%, 46%
CMYK
49, 66, 0, 31
Luminance
0.0835
Every format
| HEX | #593baf |
| RGB | rgb(89, 59, 175) |
| HSL | hsl(256, 50%, 46%) |
| CMYK | cmyk(49%, 66%, 0%, 31%) |
| LAB | lab(34.7 41.9 -57.5) |
| LCH | lch(34.7 71.2 306.0) |
| OKLCH | oklch(0.455 0.175 289.5) |
Copy-ready code
/* CSS */
color: #593baf;
background-color: #593baf;
/* Tailwind (arbitrary) */
class="text-[#593baf] bg-[#593baf]"
/* SCSS */
$brand: #593baf;
/* SwiftUI */
Color(red: 0.349, green: 0.231, blue: 0.686)
/* Android */
Color.parseColor("#593baf")Accessibility — WCAG contrast
Aa
#593baf on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#593baf on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green23.1%
Blue68.6%
CMYK percentages
Cyan49.1%
Magenta66.3%
Yellow0.0%
Key (black)31.4%
Color previews
#593baf text on a black background
contrast 2.67:1
Card sample
#593baf text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593baf;
Background color
Panel with #593baf background
background-color: #593baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 59, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 59, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593baf; background: linear-gradient(135deg, #593baf, #A63BAF);