#5c4ddf
a balanced, vivid blue · warm · closest name: slateblue
RGB
92, 77, 223
HSL
246°, 70%, 59%
CMYK
59, 66, 0, 13
Luminance
0.1291
Every format
| HEX | #5c4ddf |
| RGB | rgb(92, 77, 223) |
| HSL | hsl(246, 70%, 59%) |
| CMYK | cmyk(59%, 66%, 0%, 13%) |
| LAB | lab(42.6 46.6 -72.5) |
| LCH | lch(42.6 86.2 302.7) |
| OKLCH | oklch(0.525 0.213 280.8) |
Copy-ready code
/* CSS */
color: #5c4ddf;
background-color: #5c4ddf;
/* Tailwind (arbitrary) */
class="text-[#5c4ddf] bg-[#5c4ddf]"
/* SCSS */
$brand: #5c4ddf;
/* SwiftUI */
Color(red: 0.361, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#5c4ddf")Accessibility — WCAG contrast
Aa
#5c4ddf on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c4ddf on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green30.2%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#5c4ddf text on a black background
contrast 3.58:1
Card sample
#5c4ddf text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c4ddf;
Background color
Panel with #5c4ddf background
background-color: #5c4ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c4ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c4ddf; background: linear-gradient(135deg, #5c4ddf, #BD4DDF);