#8538bc
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 56, 188
HSL
275°, 54%, 48%
CMYK
29, 70, 0, 26
Luminance
0.1145
Every format
| HEX | #8538bc |
| RGB | rgb(133, 56, 188) |
| HSL | hsl(275, 54%, 48%) |
| CMYK | cmyk(29%, 70%, 0%, 26%) |
| LAB | lab(40.3 55.4 -55.9) |
| LCH | lch(40.3 78.7 314.8) |
| OKLCH | oklch(0.510 0.199 307.4) |
Copy-ready code
/* CSS */
color: #8538bc;
background-color: #8538bc;
/* Tailwind (arbitrary) */
class="text-[#8538bc] bg-[#8538bc]"
/* SCSS */
$brand: #8538bc;
/* SwiftUI */
Color(red: 0.522, green: 0.220, blue: 0.737)
/* Android */
Color.parseColor("#8538bc")Accessibility — WCAG contrast
Aa
#8538bc on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8538bc on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green22.0%
Blue73.7%
CMYK percentages
Cyan29.3%
Magenta70.2%
Yellow0.0%
Key (black)26.3%
Color previews
#8538bc text on a black background
contrast 3.29:1
Card sample
#8538bc text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8538bc;
Background color
Panel with #8538bc background
background-color: #8538bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8538bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 56, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 56, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8538bc; background: linear-gradient(135deg, #8538bc, #BC389B);