#8f7fec
a light, vivid blue · warm · closest name: slateblue
RGB
143, 127, 236
HSL
249°, 74%, 71%
CMYK
39, 46, 0, 8
Luminance
0.2707
Every format
| HEX | #8f7fec |
| RGB | rgb(143, 127, 236) |
| HSL | hsl(249, 74%, 71%) |
| CMYK | cmyk(39%, 46%, 0%, 8%) |
| LAB | lab(59.0 31.7 -53.1) |
| LCH | lch(59.0 61.9 300.8) |
| OKLCH | oklch(0.660 0.158 288.0) |
Copy-ready code
/* CSS */
color: #8f7fec;
background-color: #8f7fec;
/* Tailwind (arbitrary) */
class="text-[#8f7fec] bg-[#8f7fec]"
/* SCSS */
$brand: #8f7fec;
/* SwiftUI */
Color(red: 0.561, green: 0.498, blue: 0.925)
/* Android */
Color.parseColor("#8f7fec")Accessibility — WCAG contrast
Aa
#8f7fec on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7fec on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green49.8%
Blue92.5%
CMYK percentages
Cyan39.4%
Magenta46.2%
Yellow0.0%
Key (black)7.5%
Color previews
#8f7fec text on a black background
contrast 6.41:1
Card sample
#8f7fec text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7fec;
Background color
Panel with #8f7fec background
background-color: #8f7fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 127, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 127, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7fec; background: linear-gradient(135deg, #8f7fec, #D87FEC);