#5c3ee3
a balanced, vivid blue · warm · closest name: slateblue
RGB
92, 62, 227
HSL
251°, 75%, 57%
CMYK
60, 73, 0, 11
Luminance
0.1127
Every format
| HEX | #5c3ee3 |
| RGB | rgb(92, 62, 227) |
| HSL | hsl(251, 75%, 57%) |
| CMYK | cmyk(60%, 73%, 0%, 11%) |
| LAB | lab(40.0 55.9 -79.1) |
| LCH | lch(40.0 96.8 305.3) |
| OKLCH | oklch(0.507 0.234 282.5) |
Copy-ready code
/* CSS */
color: #5c3ee3;
background-color: #5c3ee3;
/* Tailwind (arbitrary) */
class="text-[#5c3ee3] bg-[#5c3ee3]"
/* SCSS */
$brand: #5c3ee3;
/* SwiftUI */
Color(red: 0.361, green: 0.243, blue: 0.890)
/* Android */
Color.parseColor("#5c3ee3")Accessibility — WCAG contrast
Aa
#5c3ee3 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c3ee3 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green24.3%
Blue89.0%
CMYK percentages
Cyan59.5%
Magenta72.7%
Yellow0.0%
Key (black)11.0%
Color previews
#5c3ee3 text on a black background
contrast 3.25:1
Card sample
#5c3ee3 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c3ee3;
Background color
Panel with #5c3ee3 background
background-color: #5c3ee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c3ee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 62, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 62, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c3ee3; background: linear-gradient(135deg, #5c3ee3, #CA3EE3);