#5f4eb0
a balanced, soft blue · warm · closest name: slateblue
RGB
95, 78, 176
HSL
250°, 39%, 50%
CMYK
46, 56, 0, 31
Luminance
0.1102
Every format
| HEX | #5f4eb0 |
| RGB | rgb(95, 78, 176) |
| HSL | hsl(250, 39%, 50%) |
| CMYK | cmyk(46%, 56%, 0%, 31%) |
| LAB | lab(39.6 32.2 -50.2) |
| LCH | lch(39.6 59.6 302.7) |
| OKLCH | oklch(0.493 0.150 287.6) |
Copy-ready code
/* CSS */
color: #5f4eb0;
background-color: #5f4eb0;
/* Tailwind (arbitrary) */
class="text-[#5f4eb0] bg-[#5f4eb0]"
/* SCSS */
$brand: #5f4eb0;
/* SwiftUI */
Color(red: 0.373, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#5f4eb0")Accessibility — WCAG contrast
Aa
#5f4eb0 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4eb0 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green30.6%
Blue69.0%
CMYK percentages
Cyan46.0%
Magenta55.7%
Yellow0.0%
Key (black)31.0%
Color previews
#5f4eb0 text on a black background
contrast 3.20:1
Card sample
#5f4eb0 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4eb0;
Background color
Panel with #5f4eb0 background
background-color: #5f4eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4eb0; background: linear-gradient(135deg, #5f4eb0, #A04EB0);