#8f7afc
a light, electric blue · warm · closest name: slateblue
RGB
143, 122, 252
HSL
250°, 96%, 73%
CMYK
43, 52, 0, 1
Luminance
0.2679
Every format
| HEX | #8f7afc |
| RGB | rgb(143, 122, 252) |
| HSL | hsl(250, 96%, 73%) |
| CMYK | cmyk(43%, 52%, 0%, 1%) |
| LAB | lab(58.8 39.0 -62.4) |
| LCH | lch(58.8 73.6 302.0) |
| OKLCH | oklch(0.660 0.186 287.6) |
Copy-ready code
/* CSS */
color: #8f7afc;
background-color: #8f7afc;
/* Tailwind (arbitrary) */
class="text-[#8f7afc] bg-[#8f7afc]"
/* SCSS */
$brand: #8f7afc;
/* SwiftUI */
Color(red: 0.561, green: 0.478, blue: 0.988)
/* Android */
Color.parseColor("#8f7afc")Accessibility — WCAG contrast
Aa
#8f7afc on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7afc on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green47.8%
Blue98.8%
CMYK percentages
Cyan43.3%
Magenta51.6%
Yellow0.0%
Key (black)1.2%
Color previews
#8f7afc text on a black background
contrast 6.36:1
Card sample
#8f7afc text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7afc;
Background color
Panel with #8f7afc background
background-color: #8f7afc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7afc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 122, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 122, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7afc; background: linear-gradient(135deg, #8f7afc, #E67AFC);