#5f4aca
a balanced, vivid blue · warm · closest name: slateblue
RGB
95, 74, 202
HSL
250°, 55%, 54%
CMYK
53, 63, 0, 21
Luminance
0.1159
Every format
| HEX | #5f4aca |
| RGB | rgb(95, 74, 202) |
| HSL | hsl(250, 55%, 54%) |
| CMYK | cmyk(53%, 63%, 0%, 21%) |
| LAB | lab(40.6 42.4 -63.8) |
| LCH | lch(40.6 76.6 303.6) |
| OKLCH | oklch(0.505 0.190 284.9) |
Copy-ready code
/* CSS */
color: #5f4aca;
background-color: #5f4aca;
/* Tailwind (arbitrary) */
class="text-[#5f4aca] bg-[#5f4aca]"
/* SCSS */
$brand: #5f4aca;
/* SwiftUI */
Color(red: 0.373, green: 0.290, blue: 0.792)
/* Android */
Color.parseColor("#5f4aca")Accessibility — WCAG contrast
Aa
#5f4aca on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4aca on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green29.0%
Blue79.2%
CMYK percentages
Cyan53.0%
Magenta63.4%
Yellow0.0%
Key (black)20.8%
Color previews
#5f4aca text on a black background
contrast 3.32:1
Card sample
#5f4aca text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4aca;
Background color
Panel with #5f4aca background
background-color: #5f4aca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4aca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 74, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 74, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4aca; background: linear-gradient(135deg, #5f4aca, #B44ACA);