#8f6afd
a light, electric violet · warm · closest name: slateblue
RGB
143, 106, 253
HSL
255°, 97%, 70%
CMYK
44, 58, 0, 1
Luminance
0.2324
Every format
| HEX | #8f6afd |
| RGB | rgb(143, 106, 253) |
| HSL | hsl(255, 97%, 70%) |
| CMYK | cmyk(44%, 58%, 0%, 1%) |
| LAB | lab(55.3 48.3 -68.5) |
| LCH | lch(55.3 83.8 305.1) |
| OKLCH | oklch(0.635 0.209 290.8) |
Copy-ready code
/* CSS */
color: #8f6afd;
background-color: #8f6afd;
/* Tailwind (arbitrary) */
class="text-[#8f6afd] bg-[#8f6afd]"
/* SCSS */
$brand: #8f6afd;
/* SwiftUI */
Color(red: 0.561, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#8f6afd")Accessibility — WCAG contrast
Aa
#8f6afd on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f6afd on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green41.6%
Blue99.2%
CMYK percentages
Cyan43.5%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#8f6afd text on a black background
contrast 5.65:1
Card sample
#8f6afd text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f6afd;
Background color
Panel with #8f6afd background
background-color: #8f6afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f6afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f6afd; background: linear-gradient(135deg, #8f6afd, #F16AFD);