#8f7fd7
a light, vivid blue · warm · closest name: slateblue
RGB
143, 127, 215
HSL
251°, 52%, 67%
CMYK
34, 41, 0, 16
Luminance
0.2592
Every format
| HEX | #8f7fd7 |
| RGB | rgb(143, 127, 215) |
| HSL | hsl(251, 52%, 67%) |
| CMYK | cmyk(34%, 41%, 0%, 16%) |
| LAB | lab(58.0 26.0 -43.1) |
| LCH | lch(58.0 50.4 301.1) |
| OKLCH | oklch(0.648 0.129 290.7) |
Copy-ready code
/* CSS */
color: #8f7fd7;
background-color: #8f7fd7;
/* Tailwind (arbitrary) */
class="text-[#8f7fd7] bg-[#8f7fd7]"
/* SCSS */
$brand: #8f7fd7;
/* SwiftUI */
Color(red: 0.561, green: 0.498, blue: 0.843)
/* Android */
Color.parseColor("#8f7fd7")Accessibility — WCAG contrast
Aa
#8f7fd7 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7fd7 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green49.8%
Blue84.3%
CMYK percentages
Cyan33.5%
Magenta40.9%
Yellow0.0%
Key (black)15.7%
Color previews
#8f7fd7 text on a black background
contrast 6.18:1
Card sample
#8f7fd7 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7fd7;
Background color
Panel with #8f7fd7 background
background-color: #8f7fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 127, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 127, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7fd7; background: linear-gradient(135deg, #8f7fd7, #CA7FD7);