#5947a0
a balanced, soft blue · warm · closest name: slateblue
RGB
89, 71, 160
HSL
252°, 39%, 45%
CMYK
44, 56, 0, 37
Luminance
0.0917
Every format
| HEX | #5947a0 |
| RGB | rgb(89, 71, 160) |
| HSL | hsl(252, 39%, 45%) |
| CMYK | cmyk(44%, 56%, 0%, 37%) |
| LAB | lab(36.3 30.3 -46.0) |
| LCH | lch(36.3 55.0 303.4) |
| OKLCH | oklch(0.463 0.139 289.2) |
Copy-ready code
/* CSS */
color: #5947a0;
background-color: #5947a0;
/* Tailwind (arbitrary) */
class="text-[#5947a0] bg-[#5947a0]"
/* SCSS */
$brand: #5947a0;
/* SwiftUI */
Color(red: 0.349, green: 0.278, blue: 0.627)
/* Android */
Color.parseColor("#5947a0")Accessibility — WCAG contrast
Aa
#5947a0 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5947a0 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green27.8%
Blue62.7%
CMYK percentages
Cyan44.4%
Magenta55.6%
Yellow0.0%
Key (black)37.3%
Color previews
#5947a0 text on a black background
contrast 2.83:1
Card sample
#5947a0 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5947a0;
Background color
Panel with #5947a0 background
background-color: #5947a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5947a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 71, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 71, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5947a0; background: linear-gradient(135deg, #5947a0, #9447A0);