#5f4da4
a balanced, soft blue · warm · closest name: slateblue
RGB
95, 77, 164
HSL
252°, 36%, 47%
CMYK
42, 53, 0, 36
Luminance
0.1042
Every format
| HEX | #5f4da4 |
| RGB | rgb(95, 77, 164) |
| HSL | hsl(252, 36%, 47%) |
| CMYK | cmyk(42%, 53%, 0%, 36%) |
| LAB | lab(38.6 29.2 -44.7) |
| LCH | lch(38.6 53.4 303.2) |
| OKLCH | oklch(0.482 0.135 289.9) |
Copy-ready code
/* CSS */
color: #5f4da4;
background-color: #5f4da4;
/* Tailwind (arbitrary) */
class="text-[#5f4da4] bg-[#5f4da4]"
/* SCSS */
$brand: #5f4da4;
/* SwiftUI */
Color(red: 0.373, green: 0.302, blue: 0.643)
/* Android */
Color.parseColor("#5f4da4")Accessibility — WCAG contrast
Aa
#5f4da4 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4da4 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green30.2%
Blue64.3%
CMYK percentages
Cyan42.1%
Magenta53.0%
Yellow0.0%
Key (black)35.7%
Color previews
#5f4da4 text on a black background
contrast 3.08:1
Card sample
#5f4da4 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4da4;
Background color
Panel with #5f4da4 background
background-color: #5f4da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 77, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 77, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4da4; background: linear-gradient(135deg, #5f4da4, #994DA4);