#5f4dfb
a balanced, electric blue · warm · closest name: slateblue
RGB
95, 77, 251
HSL
246°, 96%, 64%
CMYK
62, 69, 0, 2
Luminance
0.1471
Every format
| HEX | #5f4dfb |
| RGB | rgb(95, 77, 251) |
| HSL | hsl(246, 96%, 64%) |
| CMYK | cmyk(62%, 69%, 0%, 2%) |
| LAB | lab(45.2 55.5 -84.0) |
| LCH | lch(45.2 100.7 303.4) |
| OKLCH | oklch(0.552 0.246 279.3) |
Copy-ready code
/* CSS */
color: #5f4dfb;
background-color: #5f4dfb;
/* Tailwind (arbitrary) */
class="text-[#5f4dfb] bg-[#5f4dfb]"
/* SCSS */
$brand: #5f4dfb;
/* SwiftUI */
Color(red: 0.373, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#5f4dfb")Accessibility — WCAG contrast
Aa
#5f4dfb on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4dfb on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green30.2%
Blue98.4%
CMYK percentages
Cyan62.2%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#5f4dfb text on a black background
contrast 3.94:1
Card sample
#5f4dfb text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4dfb;
Background color
Panel with #5f4dfb background
background-color: #5f4dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4dfb; background: linear-gradient(135deg, #5f4dfb, #D34DFB);