#5d3cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
93, 60, 223
HSL
252°, 72%, 56%
CMYK
58, 73, 0, 13
Luminance
0.1089
Every format
| HEX | #5d3cdf |
| RGB | rgb(93, 60, 223) |
| HSL | hsl(252, 72%, 56%) |
| CMYK | cmyk(58%, 73%, 0%, 13%) |
| LAB | lab(39.4 55.9 -77.8) |
| LCH | lch(39.4 95.8 305.7) |
| OKLCH | oklch(0.502 0.231 283.6) |
Copy-ready code
/* CSS */
color: #5d3cdf;
background-color: #5d3cdf;
/* Tailwind (arbitrary) */
class="text-[#5d3cdf] bg-[#5d3cdf]"
/* SCSS */
$brand: #5d3cdf;
/* SwiftUI */
Color(red: 0.365, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#5d3cdf")Accessibility — WCAG contrast
Aa
#5d3cdf on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5d3cdf on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green23.5%
Blue87.5%
CMYK percentages
Cyan58.3%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#5d3cdf text on a black background
contrast 3.18:1
Card sample
#5d3cdf text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d3cdf;
Background color
Panel with #5d3cdf background
background-color: #5d3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d3cdf; background: linear-gradient(135deg, #5d3cdf, #CA3CDF);