#5f4ce4
a balanced, vivid blue · warm · closest name: slateblue
RGB
95, 76, 228
HSL
248°, 74%, 60%
CMYK
58, 67, 0, 11
Luminance
0.1320
Every format
| HEX | #5f4ce4 |
| RGB | rgb(95, 76, 228) |
| HSL | hsl(248, 74%, 60%) |
| CMYK | cmyk(58%, 67%, 0%, 11%) |
| LAB | lab(43.1 49.1 -74.6) |
| LCH | lch(43.1 89.3 303.3) |
| OKLCH | oklch(0.530 0.219 281.5) |
Copy-ready code
/* CSS */
color: #5f4ce4;
background-color: #5f4ce4;
/* Tailwind (arbitrary) */
class="text-[#5f4ce4] bg-[#5f4ce4]"
/* SCSS */
$brand: #5f4ce4;
/* SwiftUI */
Color(red: 0.373, green: 0.298, blue: 0.894)
/* Android */
Color.parseColor("#5f4ce4")Accessibility — WCAG contrast
Aa
#5f4ce4 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4ce4 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green29.8%
Blue89.4%
CMYK percentages
Cyan58.3%
Magenta66.7%
Yellow0.0%
Key (black)10.6%
Color previews
#5f4ce4 text on a black background
contrast 3.64:1
Card sample
#5f4ce4 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4ce4;
Background color
Panel with #5f4ce4 background
background-color: #5f4ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 76, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 76, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4ce4; background: linear-gradient(135deg, #5f4ce4, #C44CE4);