#5a4dbb
a balanced, soft blue · warm · closest name: slateblue
RGB
90, 77, 187
HSL
247°, 45%, 52%
CMYK
52, 59, 0, 27
Luminance
0.1107
Every format
| HEX | #5a4dbb |
| RGB | rgb(90, 77, 187) |
| HSL | hsl(247, 45%, 52%) |
| CMYK | cmyk(52%, 59%, 0%, 27%) |
| LAB | lab(39.7 35.1 -56.5) |
| LCH | lch(39.7 66.5 301.8) |
| OKLCH | oklch(0.495 0.167 283.8) |
Copy-ready code
/* CSS */
color: #5a4dbb;
background-color: #5a4dbb;
/* Tailwind (arbitrary) */
class="text-[#5a4dbb] bg-[#5a4dbb]"
/* SCSS */
$brand: #5a4dbb;
/* SwiftUI */
Color(red: 0.353, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#5a4dbb")Accessibility — WCAG contrast
Aa
#5a4dbb on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5a4dbb on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green30.2%
Blue73.3%
CMYK percentages
Cyan51.9%
Magenta58.8%
Yellow0.0%
Key (black)26.7%
Color previews
#5a4dbb text on a black background
contrast 3.21:1
Card sample
#5a4dbb text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a4dbb;
Background color
Panel with #5a4dbb background
background-color: #5a4dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a4dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a4dbb; background: linear-gradient(135deg, #5a4dbb, #A34DBB);