#8652ba
a balanced, soft violet · warm · closest name: slateblue
RGB
134, 82, 186
HSL
270°, 43%, 53%
CMYK
28, 56, 0, 27
Luminance
0.1465
Every format
| HEX | #8652ba |
| RGB | rgb(134, 82, 186) |
| HSL | hsl(270, 43%, 53%) |
| CMYK | cmyk(28%, 56%, 0%, 27%) |
| LAB | lab(45.1 42.1 -46.9) |
| LCH | lch(45.1 63.0 311.9) |
| OKLCH | oklch(0.545 0.161 304.7) |
Copy-ready code
/* CSS */
color: #8652ba;
background-color: #8652ba;
/* Tailwind (arbitrary) */
class="text-[#8652ba] bg-[#8652ba]"
/* SCSS */
$brand: #8652ba;
/* SwiftUI */
Color(red: 0.525, green: 0.322, blue: 0.729)
/* Android */
Color.parseColor("#8652ba")Accessibility — WCAG contrast
Aa
#8652ba on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8652ba on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green32.2%
Blue72.9%
CMYK percentages
Cyan28.0%
Magenta55.9%
Yellow0.0%
Key (black)27.1%
Color previews
#8652ba text on a black background
contrast 3.93:1
Card sample
#8652ba text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8652ba;
Background color
Panel with #8652ba background
background-color: #8652ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8652ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 82, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 82, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8652ba; background: linear-gradient(135deg, #8652ba, #BA52A9);