#5c47eb
a balanced, electric blue · warm · closest name: slateblue
RGB
92, 71, 235
HSL
248°, 80%, 60%
CMYK
61, 70, 0, 8
Luminance
0.1278
Every format
| HEX | #5c47eb |
| RGB | rgb(92, 71, 235) |
| HSL | hsl(248, 80%, 60%) |
| CMYK | cmyk(61%, 70%, 0%, 8%) |
| LAB | lab(42.4 53.5 -79.7) |
| LCH | lch(42.4 96.0 303.9) |
| OKLCH | oklch(0.527 0.234 280.5) |
Copy-ready code
/* CSS */
color: #5c47eb;
background-color: #5c47eb;
/* Tailwind (arbitrary) */
class="text-[#5c47eb] bg-[#5c47eb]"
/* SCSS */
$brand: #5c47eb;
/* SwiftUI */
Color(red: 0.361, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#5c47eb")Accessibility — WCAG contrast
Aa
#5c47eb on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c47eb on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green27.8%
Blue92.2%
CMYK percentages
Cyan60.9%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#5c47eb text on a black background
contrast 3.56:1
Card sample
#5c47eb text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c47eb;
Background color
Panel with #5c47eb background
background-color: #5c47eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c47eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c47eb; background: linear-gradient(135deg, #5c47eb, #C947EB);