#8f7cd7
a light, vivid blue · warm · closest name: slateblue
RGB
143, 124, 215
HSL
253°, 53%, 67%
CMYK
34, 42, 0, 16
Luminance
0.2516
Every format
| HEX | #8f7cd7 |
| RGB | rgb(143, 124, 215) |
| HSL | hsl(253, 53%, 67%) |
| CMYK | cmyk(34%, 42%, 0%, 16%) |
| LAB | lab(57.2 27.8 -44.3) |
| LCH | lch(57.2 52.3 302.1) |
| OKLCH | oklch(0.642 0.134 291.8) |
Copy-ready code
/* CSS */
color: #8f7cd7;
background-color: #8f7cd7;
/* Tailwind (arbitrary) */
class="text-[#8f7cd7] bg-[#8f7cd7]"
/* SCSS */
$brand: #8f7cd7;
/* SwiftUI */
Color(red: 0.561, green: 0.486, blue: 0.843)
/* Android */
Color.parseColor("#8f7cd7")Accessibility — WCAG contrast
Aa
#8f7cd7 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7cd7 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green48.6%
Blue84.3%
CMYK percentages
Cyan33.5%
Magenta42.3%
Yellow0.0%
Key (black)15.7%
Color previews
#8f7cd7 text on a black background
contrast 6.03:1
Card sample
#8f7cd7 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7cd7;
Background color
Panel with #8f7cd7 background
background-color: #8f7cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 124, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 124, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7cd7; background: linear-gradient(135deg, #8f7cd7, #CC7CD7);