#8367ac
a balanced, soft violet · warm · closest name: slateblue
RGB
131, 103, 172
HSL
264°, 29%, 54%
CMYK
24, 40, 0, 33
Luminance
0.1750
Every format
| HEX | #8367ac |
| RGB | rgb(131, 103, 172) |
| HSL | hsl(264, 29%, 54%) |
| CMYK | cmyk(24%, 40%, 0%, 33%) |
| LAB | lab(48.9 25.7 -32.9) |
| LCH | lch(48.9 41.7 308.0) |
| OKLCH | oklch(0.570 0.108 301.8) |
Copy-ready code
/* CSS */
color: #8367ac;
background-color: #8367ac;
/* Tailwind (arbitrary) */
class="text-[#8367ac] bg-[#8367ac]"
/* SCSS */
$brand: #8367ac;
/* SwiftUI */
Color(red: 0.514, green: 0.404, blue: 0.675)
/* Android */
Color.parseColor("#8367ac")Accessibility — WCAG contrast
Aa
#8367ac on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8367ac on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green40.4%
Blue67.5%
CMYK percentages
Cyan23.8%
Magenta40.1%
Yellow0.0%
Key (black)32.5%
Color previews
#8367ac text on a black background
contrast 4.50:1
Card sample
#8367ac text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8367ac;
Background color
Panel with #8367ac background
background-color: #8367ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8367ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 103, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 103, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8367ac; background: linear-gradient(135deg, #8367ac, #AC67A7);