#8f60eb
a balanced, electric violet · warm · closest name: slateblue
RGB
143, 96, 235
HSL
260°, 78%, 65%
CMYK
39, 59, 0, 8
Luminance
0.2020
Every format
| HEX | #8f60eb |
| RGB | rgb(143, 96, 235) |
| HSL | hsl(260, 78%, 65%) |
| CMYK | cmyk(39%, 59%, 0%, 8%) |
| LAB | lab(52.1 48.9 -63.8) |
| LCH | lch(52.1 80.4 307.5) |
| OKLCH | oklch(0.608 0.201 295.4) |
Copy-ready code
/* CSS */
color: #8f60eb;
background-color: #8f60eb;
/* Tailwind (arbitrary) */
class="text-[#8f60eb] bg-[#8f60eb]"
/* SCSS */
$brand: #8f60eb;
/* SwiftUI */
Color(red: 0.561, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#8f60eb")Accessibility — WCAG contrast
Aa
#8f60eb on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f60eb on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green37.6%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#8f60eb text on a black background
contrast 5.04:1
Card sample
#8f60eb text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f60eb;
Background color
Panel with #8f60eb background
background-color: #8f60eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f60eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f60eb; background: linear-gradient(135deg, #8f60eb, #EB60EA);