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