#8f7cfb
a light, electric blue · warm · closest name: slateblue
RGB
143, 124, 251
HSL
249°, 94%, 74%
CMYK
43, 51, 0, 2
Luminance
0.2722
Every format
| HEX | #8f7cfb |
| RGB | rgb(143, 124, 251) |
| HSL | hsl(249, 94%, 74%) |
| CMYK | cmyk(43%, 51%, 0%, 2%) |
| LAB | lab(59.2 37.5 -61.2) |
| LCH | lch(59.2 71.8 301.5) |
| OKLCH | oklch(0.663 0.182 287.2) |
Copy-ready code
/* CSS */
color: #8f7cfb;
background-color: #8f7cfb;
/* Tailwind (arbitrary) */
class="text-[#8f7cfb] bg-[#8f7cfb]"
/* SCSS */
$brand: #8f7cfb;
/* SwiftUI */
Color(red: 0.561, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#8f7cfb")Accessibility — WCAG contrast
Aa
#8f7cfb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7cfb on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green48.6%
Blue98.4%
CMYK percentages
Cyan43.0%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#8f7cfb text on a black background
contrast 6.44:1
Card sample
#8f7cfb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7cfb;
Background color
Panel with #8f7cfb background
background-color: #8f7cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7cfb; background: linear-gradient(135deg, #8f7cfb, #E47CFB);