#5f4fec
a balanced, electric blue · warm · closest name: slateblue
RGB
95, 79, 236
HSL
246°, 81%, 62%
CMYK
60, 67, 0, 8
Luminance
0.1408
Every format
| HEX | #5f4fec |
| RGB | rgb(95, 79, 236) |
| HSL | hsl(246, 81%, 62%) |
| CMYK | cmyk(60%, 67%, 0%, 8%) |
| LAB | lab(44.4 49.9 -77.1) |
| LCH | lch(44.4 91.8 302.9) |
| OKLCH | oklch(0.541 0.226 280.3) |
Copy-ready code
/* CSS */
color: #5f4fec;
background-color: #5f4fec;
/* Tailwind (arbitrary) */
class="text-[#5f4fec] bg-[#5f4fec]"
/* SCSS */
$brand: #5f4fec;
/* SwiftUI */
Color(red: 0.373, green: 0.310, blue: 0.925)
/* Android */
Color.parseColor("#5f4fec")Accessibility — WCAG contrast
Aa
#5f4fec on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4fec on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green31.0%
Blue92.5%
CMYK percentages
Cyan59.7%
Magenta66.5%
Yellow0.0%
Key (black)7.5%
Color previews
#5f4fec text on a black background
contrast 3.82:1
Card sample
#5f4fec text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4fec;
Background color
Panel with #5f4fec background
background-color: #5f4fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 79, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 79, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4fec; background: linear-gradient(135deg, #5f4fec, #C84FEC);