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