#8f57c7
a balanced, vivid violet · warm · closest name: slateblue
RGB
143, 87, 199
HSL
270°, 50%, 56%
CMYK
28, 56, 0, 22
Luminance
0.1678
Every format
| HEX | #8f57c7 |
| RGB | rgb(143, 87, 199) |
| HSL | hsl(270, 50%, 56%) |
| CMYK | cmyk(28%, 56%, 0%, 22%) |
| LAB | lab(48.0 44.8 -49.9) |
| LCH | lch(48.0 67.0 311.9) |
| OKLCH | oklch(0.571 0.171 304.6) |
Copy-ready code
/* CSS */
color: #8f57c7;
background-color: #8f57c7;
/* Tailwind (arbitrary) */
class="text-[#8f57c7] bg-[#8f57c7]"
/* SCSS */
$brand: #8f57c7;
/* SwiftUI */
Color(red: 0.561, green: 0.341, blue: 0.780)
/* Android */
Color.parseColor("#8f57c7")Accessibility — WCAG contrast
Aa
#8f57c7 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f57c7 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green34.1%
Blue78.0%
CMYK percentages
Cyan28.1%
Magenta56.3%
Yellow0.0%
Key (black)22.0%
Color previews
#8f57c7 text on a black background
contrast 4.36:1
Card sample
#8f57c7 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f57c7;
Background color
Panel with #8f57c7 background
background-color: #8f57c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f57c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 87, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 87, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f57c7; background: linear-gradient(135deg, #8f57c7, #C757B4);