#8358ac
a balanced, soft violet · warm · closest name: slateblue
RGB
131, 88, 172
HSL
271°, 34%, 51%
CMYK
24, 49, 0, 33
Luminance
0.1478
Every format
| HEX | #8358ac |
| RGB | rgb(131, 88, 172) |
| HSL | hsl(271, 34%, 51%) |
| CMYK | cmyk(24%, 49%, 0%, 33%) |
| LAB | lab(45.3 34.5 -38.4) |
| LCH | lch(45.3 51.6 311.9) |
| OKLCH | oklch(0.543 0.133 306.1) |
Copy-ready code
/* CSS */
color: #8358ac;
background-color: #8358ac;
/* Tailwind (arbitrary) */
class="text-[#8358ac] bg-[#8358ac]"
/* SCSS */
$brand: #8358ac;
/* SwiftUI */
Color(red: 0.514, green: 0.345, blue: 0.675)
/* Android */
Color.parseColor("#8358ac")Accessibility — WCAG contrast
Aa
#8358ac on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8358ac on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green34.5%
Blue67.5%
CMYK percentages
Cyan23.8%
Magenta48.8%
Yellow0.0%
Key (black)32.5%
Color previews
#8358ac text on a black background
contrast 3.96:1
Card sample
#8358ac text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8358ac;
Background color
Panel with #8358ac background
background-color: #8358ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8358ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 88, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 88, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8358ac; background: linear-gradient(135deg, #8358ac, #AC589D);