#8553ba
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 83, 186
HSL
269°, 43%, 53%
CMYK
29, 55, 0, 27
Luminance
0.1472
Every format
| HEX | #8553ba |
| RGB | rgb(133, 83, 186) |
| HSL | hsl(269, 43%, 53%) |
| CMYK | cmyk(29%, 55%, 0%, 27%) |
| LAB | lab(45.3 41.3 -46.8) |
| LCH | lch(45.3 62.4 311.4) |
| OKLCH | oklch(0.545 0.159 304.0) |
Copy-ready code
/* CSS */
color: #8553ba;
background-color: #8553ba;
/* Tailwind (arbitrary) */
class="text-[#8553ba] bg-[#8553ba]"
/* SCSS */
$brand: #8553ba;
/* SwiftUI */
Color(red: 0.522, green: 0.325, blue: 0.729)
/* Android */
Color.parseColor("#8553ba")Accessibility — WCAG contrast
Aa
#8553ba on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8553ba on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green32.5%
Blue72.9%
CMYK percentages
Cyan28.5%
Magenta55.4%
Yellow0.0%
Key (black)27.1%
Color previews
#8553ba text on a black background
contrast 3.94:1
Card sample
#8553ba text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8553ba;
Background color
Panel with #8553ba background
background-color: #8553ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8553ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 83, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 83, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8553ba; background: linear-gradient(135deg, #8553ba, #BA53AA);