#5f4dff
a light, electric blue · warm · closest name: blue
RGB
95, 77, 255
HSL
246°, 100%, 65%
CMYK
63, 70, 0, 0
Luminance
0.1496
Every format
| HEX | #5f4dff |
| RGB | rgb(95, 77, 255) |
| HSL | hsl(246, 100%, 65%) |
| CMYK | cmyk(63%, 70%, 0%, 0%) |
| LAB | lab(45.6 56.7 -85.7) |
| LCH | lch(45.6 102.8 303.5) |
| OKLCH | oklch(0.555 0.250 279.0) |
Copy-ready code
/* CSS */
color: #5f4dff;
background-color: #5f4dff;
/* Tailwind (arbitrary) */
class="text-[#5f4dff] bg-[#5f4dff]"
/* SCSS */
$brand: #5f4dff;
/* SwiftUI */
Color(red: 0.373, green: 0.302, blue: 1.000)
/* Android */
Color.parseColor("#5f4dff")Accessibility — WCAG contrast
Aa
#5f4dff on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4dff on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green30.2%
Blue100.0%
CMYK percentages
Cyan62.7%
Magenta69.8%
Yellow0.0%
Key (black)0.0%
Color previews
#5f4dff text on a black background
contrast 3.99:1
Card sample
#5f4dff text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4dff;
Background color
Panel with #5f4dff background
background-color: #5f4dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 77, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 77, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4dff; background: linear-gradient(135deg, #5f4dff, #D64DFF);