#8f5afb
a light, electric violet · warm · closest name: slateblue
RGB
143, 90, 251
HSL
260°, 95%, 67%
CMYK
43, 64, 0, 2
Luminance
0.2012
Every format
| HEX | #8f5afb |
| RGB | rgb(143, 90, 251) |
| HSL | hsl(260, 95%, 67%) |
| CMYK | cmyk(43%, 64%, 0%, 2%) |
| LAB | lab(52.0 56.3 -72.9) |
| LCH | lch(52.0 92.1 307.7) |
| OKLCH | oklch(0.610 0.227 293.7) |
Copy-ready code
/* CSS */
color: #8f5afb;
background-color: #8f5afb;
/* Tailwind (arbitrary) */
class="text-[#8f5afb] bg-[#8f5afb]"
/* SCSS */
$brand: #8f5afb;
/* SwiftUI */
Color(red: 0.561, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#8f5afb")Accessibility — WCAG contrast
Aa
#8f5afb on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f5afb on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green35.3%
Blue98.4%
CMYK percentages
Cyan43.0%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#8f5afb text on a black background
contrast 5.02:1
Card sample
#8f5afb text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f5afb;
Background color
Panel with #8f5afb background
background-color: #8f5afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f5afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f5afb; background: linear-gradient(135deg, #8f5afb, #FA5AFB);