#8642ab
a balanced, soft violet · warm · closest name: slateblue
RGB
134, 66, 171
HSL
279°, 44%, 47%
CMYK
22, 61, 0, 33
Luminance
0.1191
Every format
| HEX | #8642ab |
| RGB | rgb(134, 66, 171) |
| HSL | hsl(279, 44%, 47%) |
| CMYK | cmyk(22%, 61%, 0%, 33%) |
| LAB | lab(41.1 47.0 -44.6) |
| LCH | lch(41.1 64.8 316.5) |
| OKLCH | oklch(0.512 0.168 311.8) |
Copy-ready code
/* CSS */
color: #8642ab;
background-color: #8642ab;
/* Tailwind (arbitrary) */
class="text-[#8642ab] bg-[#8642ab]"
/* SCSS */
$brand: #8642ab;
/* SwiftUI */
Color(red: 0.525, green: 0.259, blue: 0.671)
/* Android */
Color.parseColor("#8642ab")Accessibility — WCAG contrast
Aa
#8642ab on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8642ab on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green25.9%
Blue67.1%
CMYK percentages
Cyan21.6%
Magenta61.4%
Yellow0.0%
Key (black)32.9%
Color previews
#8642ab text on a black background
contrast 3.38:1
Card sample
#8642ab text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8642ab;
Background color
Panel with #8642ab background
background-color: #8642ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8642ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 66, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 66, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8642ab; background: linear-gradient(135deg, #8642ab, #AB428A);