#5f4dec
a balanced, electric blue · warm · closest name: slateblue
RGB
95, 77, 236
HSL
247°, 81%, 61%
CMYK
60, 67, 0, 8
Luminance
0.1380
Every format
| HEX | #5f4dec |
| RGB | rgb(95, 77, 236) |
| HSL | hsl(247, 81%, 61%) |
| CMYK | cmyk(60%, 67%, 0%, 8%) |
| LAB | lab(43.9 51.0 -77.7) |
| LCH | lch(43.9 93.0 303.3) |
| OKLCH | oklch(0.538 0.228 280.6) |
Copy-ready code
/* CSS */
color: #5f4dec;
background-color: #5f4dec;
/* Tailwind (arbitrary) */
class="text-[#5f4dec] bg-[#5f4dec]"
/* SCSS */
$brand: #5f4dec;
/* SwiftUI */
Color(red: 0.373, green: 0.302, blue: 0.925)
/* Android */
Color.parseColor("#5f4dec")Accessibility — WCAG contrast
Aa
#5f4dec on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4dec on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green30.2%
Blue92.5%
CMYK percentages
Cyan59.7%
Magenta67.4%
Yellow0.0%
Key (black)7.5%
Color previews
#5f4dec text on a black background
contrast 3.76:1
Card sample
#5f4dec text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4dec;
Background color
Panel with #5f4dec background
background-color: #5f4dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 77, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 77, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4dec; background: linear-gradient(135deg, #5f4dec, #C94DEC);