#8f52cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
143, 82, 207
HSL
269°, 57%, 57%
CMYK
31, 60, 0, 19
Luminance
0.1638
Every format
| HEX | #8f52cf |
| RGB | rgb(143, 82, 207) |
| HSL | hsl(269, 57%, 57%) |
| CMYK | cmyk(31%, 60%, 0%, 19%) |
| LAB | lab(47.5 49.4 -55.3) |
| LCH | lch(47.5 74.1 311.8) |
| OKLCH | oklch(0.568 0.188 303.4) |
Copy-ready code
/* CSS */
color: #8f52cf;
background-color: #8f52cf;
/* Tailwind (arbitrary) */
class="text-[#8f52cf] bg-[#8f52cf]"
/* SCSS */
$brand: #8f52cf;
/* SwiftUI */
Color(red: 0.561, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#8f52cf")Accessibility — WCAG contrast
Aa
#8f52cf on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f52cf on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green32.2%
Blue81.2%
CMYK percentages
Cyan30.9%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#8f52cf text on a black background
contrast 4.28:1
Card sample
#8f52cf text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f52cf;
Background color
Panel with #8f52cf background
background-color: #8f52cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f52cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f52cf; background: linear-gradient(135deg, #8f52cf, #CF52BC);