#8f7fef
a light, electric blue · warm · closest name: slateblue
RGB
143, 127, 239
HSL
249°, 78%, 72%
CMYK
40, 47, 0, 6
Luminance
0.2725
Every format
| HEX | #8f7fef |
| RGB | rgb(143, 127, 239) |
| HSL | hsl(249, 78%, 72%) |
| CMYK | cmyk(40%, 47%, 0%, 6%) |
| LAB | lab(59.2 32.5 -54.5) |
| LCH | lch(59.2 63.5 300.8) |
| OKLCH | oklch(0.661 0.162 287.7) |
Copy-ready code
/* CSS */
color: #8f7fef;
background-color: #8f7fef;
/* Tailwind (arbitrary) */
class="text-[#8f7fef] bg-[#8f7fef]"
/* SCSS */
$brand: #8f7fef;
/* SwiftUI */
Color(red: 0.561, green: 0.498, blue: 0.937)
/* Android */
Color.parseColor("#8f7fef")Accessibility — WCAG contrast
Aa
#8f7fef on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7fef on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green49.8%
Blue93.7%
CMYK percentages
Cyan40.2%
Magenta46.9%
Yellow0.0%
Key (black)6.3%
Color previews
#8f7fef text on a black background
contrast 6.45:1
Card sample
#8f7fef text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7fef;
Background color
Panel with #8f7fef background
background-color: #8f7fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 127, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 127, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7fef; background: linear-gradient(135deg, #8f7fef, #DA7FEF);