#593dbb
a balanced, vivid blue · warm · closest name: slateblue
RGB
89, 61, 187
HSL
253°, 51%, 49%
CMYK
52, 67, 0, 27
Luminance
0.0905
Every format
| HEX | #593dbb |
| RGB | rgb(89, 61, 187) |
| HSL | hsl(253, 51%, 49%) |
| CMYK | cmyk(52%, 67%, 0%, 27%) |
| LAB | lab(36.1 44.3 -62.4) |
| LCH | lch(36.1 76.5 305.3) |
| OKLCH | oklch(0.468 0.187 287.0) |
Copy-ready code
/* CSS */
color: #593dbb;
background-color: #593dbb;
/* Tailwind (arbitrary) */
class="text-[#593dbb] bg-[#593dbb]"
/* SCSS */
$brand: #593dbb;
/* SwiftUI */
Color(red: 0.349, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#593dbb")Accessibility — WCAG contrast
Aa
#593dbb on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#593dbb on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green23.9%
Blue73.3%
CMYK percentages
Cyan52.4%
Magenta67.4%
Yellow0.0%
Key (black)26.7%
Color previews
#593dbb text on a black background
contrast 2.81:1
Card sample
#593dbb text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593dbb;
Background color
Panel with #593dbb background
background-color: #593dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593dbb; background: linear-gradient(135deg, #593dbb, #AD3DBB);