#5f4cfd
a balanced, electric blue · warm · closest name: slateblue
RGB
95, 76, 253
HSL
246°, 98%, 65%
CMYK
63, 70, 0, 1
Luminance
0.1469
Every format
| HEX | #5f4cfd |
| RGB | rgb(95, 76, 253) |
| HSL | hsl(246, 98%, 65%) |
| CMYK | cmyk(63%, 70%, 0%, 1%) |
| LAB | lab(45.2 56.6 -85.2) |
| LCH | lch(45.2 102.3 303.6) |
| OKLCH | oklch(0.552 0.249 279.2) |
Copy-ready code
/* CSS */
color: #5f4cfd;
background-color: #5f4cfd;
/* Tailwind (arbitrary) */
class="text-[#5f4cfd] bg-[#5f4cfd]"
/* SCSS */
$brand: #5f4cfd;
/* SwiftUI */
Color(red: 0.373, green: 0.298, blue: 0.992)
/* Android */
Color.parseColor("#5f4cfd")Accessibility — WCAG contrast
Aa
#5f4cfd on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4cfd on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green29.8%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta70.0%
Yellow0.0%
Key (black)0.8%
Color previews
#5f4cfd text on a black background
contrast 3.94:1
Card sample
#5f4cfd text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4cfd;
Background color
Panel with #5f4cfd background
background-color: #5f4cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 76, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 76, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4cfd; background: linear-gradient(135deg, #5f4cfd, #D54CFD);