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