#8f7aeb
a light, vivid blue · warm · closest name: slateblue
RGB
143, 122, 235
HSL
251°, 74%, 70%
CMYK
39, 48, 0, 8
Luminance
0.2576
Every format
| HEX | #8f7aeb |
| RGB | rgb(143, 122, 235) |
| HSL | hsl(251, 74%, 70%) |
| CMYK | cmyk(39%, 48%, 0%, 8%) |
| LAB | lab(57.8 34.3 -54.6) |
| LCH | lch(57.8 64.4 302.1) |
| OKLCH | oklch(0.650 0.164 289.6) |
Copy-ready code
/* CSS */
color: #8f7aeb;
background-color: #8f7aeb;
/* Tailwind (arbitrary) */
class="text-[#8f7aeb] bg-[#8f7aeb]"
/* SCSS */
$brand: #8f7aeb;
/* SwiftUI */
Color(red: 0.561, green: 0.478, blue: 0.922)
/* Android */
Color.parseColor("#8f7aeb")Accessibility — WCAG contrast
Aa
#8f7aeb on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7aeb on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green47.8%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta48.1%
Yellow0.0%
Key (black)7.8%
Color previews
#8f7aeb text on a black background
contrast 6.15:1
Card sample
#8f7aeb text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7aeb;
Background color
Panel with #8f7aeb background
background-color: #8f7aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 122, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 122, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7aeb; background: linear-gradient(135deg, #8f7aeb, #DA7AEB);