#5c47c2
a balanced, vivid blue · warm · closest name: slateblue
RGB
92, 71, 194
HSL
250°, 50%, 52%
CMYK
53, 63, 0, 24
Luminance
0.1068
Every format
| HEX | #5c47c2 |
| RGB | rgb(92, 71, 194) |
| HSL | hsl(250, 50%, 52%) |
| CMYK | cmyk(53%, 63%, 0%, 24%) |
| LAB | lab(39.0 41.2 -61.7) |
| LCH | lch(39.0 74.2 303.7) |
| OKLCH | oklch(0.492 0.183 285.3) |
Copy-ready code
/* CSS */
color: #5c47c2;
background-color: #5c47c2;
/* Tailwind (arbitrary) */
class="text-[#5c47c2] bg-[#5c47c2]"
/* SCSS */
$brand: #5c47c2;
/* SwiftUI */
Color(red: 0.361, green: 0.278, blue: 0.761)
/* Android */
Color.parseColor("#5c47c2")Accessibility — WCAG contrast
Aa
#5c47c2 on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c47c2 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green27.8%
Blue76.1%
CMYK percentages
Cyan52.6%
Magenta63.4%
Yellow0.0%
Key (black)23.9%
Color previews
#5c47c2 text on a black background
contrast 3.14:1
Card sample
#5c47c2 text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c47c2;
Background color
Panel with #5c47c2 background
background-color: #5c47c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c47c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 71, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 71, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c47c2; background: linear-gradient(135deg, #5c47c2, #AE47C2);