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