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