#5952b2
a balanced, soft blue · warm · closest name: slateblue
RGB
89, 82, 178
HSL
244°, 38%, 51%
CMYK
50, 54, 0, 30
Luminance
0.1137
Every format
| HEX | #5952b2 |
| RGB | rgb(89, 82, 178) |
| HSL | hsl(244, 38%, 51%) |
| CMYK | cmyk(50%, 54%, 0%, 30%) |
| LAB | lab(40.2 29.0 -50.4) |
| LCH | lch(40.2 58.1 299.9) |
| OKLCH | oklch(0.496 0.148 282.9) |
Copy-ready code
/* CSS */
color: #5952b2;
background-color: #5952b2;
/* Tailwind (arbitrary) */
class="text-[#5952b2] bg-[#5952b2]"
/* SCSS */
$brand: #5952b2;
/* SwiftUI */
Color(red: 0.349, green: 0.322, blue: 0.698)
/* Android */
Color.parseColor("#5952b2")Accessibility — WCAG contrast
Aa
#5952b2 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5952b2 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green32.2%
Blue69.8%
CMYK percentages
Cyan50.0%
Magenta53.9%
Yellow0.0%
Key (black)30.2%
Color previews
#5952b2 text on a black background
contrast 3.27:1
Card sample
#5952b2 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5952b2;
Background color
Panel with #5952b2 background
background-color: #5952b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5952b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 82, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 82, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5952b2; background: linear-gradient(135deg, #5952b2, #9952B2);