#8f7af7
a light, electric blue · warm · closest name: slateblue
RGB
143, 122, 247
HSL
250°, 89%, 72%
CMYK
42, 51, 0, 3
Luminance
0.2647
Every format
| HEX | #8f7af7 |
| RGB | rgb(143, 122, 247) |
| HSL | hsl(250, 89%, 72%) |
| CMYK | cmyk(42%, 51%, 0%, 3%) |
| LAB | lab(58.5 37.6 -60.1) |
| LCH | lch(58.5 70.9 302.0) |
| OKLCH | oklch(0.657 0.180 288.1) |
Copy-ready code
/* CSS */
color: #8f7af7;
background-color: #8f7af7;
/* Tailwind (arbitrary) */
class="text-[#8f7af7] bg-[#8f7af7]"
/* SCSS */
$brand: #8f7af7;
/* SwiftUI */
Color(red: 0.561, green: 0.478, blue: 0.969)
/* Android */
Color.parseColor("#8f7af7")Accessibility — WCAG contrast
Aa
#8f7af7 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7af7 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green47.8%
Blue96.9%
CMYK percentages
Cyan42.1%
Magenta50.6%
Yellow0.0%
Key (black)3.1%
Color previews
#8f7af7 text on a black background
contrast 6.29:1
Card sample
#8f7af7 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7af7;
Background color
Panel with #8f7af7 background
background-color: #8f7af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 122, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 122, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7af7; background: linear-gradient(135deg, #8f7af7, #E27AF7);