#5c4bc8
a balanced, vivid blue · warm · closest name: slateblue
RGB
92, 75, 200
HSL
248°, 53%, 54%
CMYK
54, 63, 0, 22
Luminance
0.1148
Every format
| HEX | #5c4bc8 |
| RGB | rgb(92, 75, 200) |
| HSL | hsl(248, 53%, 54%) |
| CMYK | cmyk(54%, 63%, 0%, 22%) |
| LAB | lab(40.4 40.7 -63.0) |
| LCH | lch(40.4 75.0 302.8) |
| OKLCH | oklch(0.503 0.186 283.6) |
Copy-ready code
/* CSS */
color: #5c4bc8;
background-color: #5c4bc8;
/* Tailwind (arbitrary) */
class="text-[#5c4bc8] bg-[#5c4bc8]"
/* SCSS */
$brand: #5c4bc8;
/* SwiftUI */
Color(red: 0.361, green: 0.294, blue: 0.784)
/* Android */
Color.parseColor("#5c4bc8")Accessibility — WCAG contrast
Aa
#5c4bc8 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c4bc8 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green29.4%
Blue78.4%
CMYK percentages
Cyan54.0%
Magenta62.5%
Yellow0.0%
Key (black)21.6%
Color previews
#5c4bc8 text on a black background
contrast 3.30:1
Card sample
#5c4bc8 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c4bc8;
Background color
Panel with #5c4bc8 background
background-color: #5c4bc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c4bc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 75, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 75, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c4bc8; background: linear-gradient(135deg, #5c4bc8, #AF4BC8);