#8553cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 83, 205
HSL
265°, 55%, 57%
CMYK
35, 60, 0, 20
Luminance
0.1558
Every format
| HEX | #8553cd |
| RGB | rgb(133, 83, 205) |
| HSL | hsl(265, 55%, 57%) |
| CMYK | cmyk(35%, 60%, 0%, 20%) |
| LAB | lab(46.4 46.0 -55.9) |
| LCH | lch(46.4 72.4 309.5) |
| OKLCH | oklch(0.558 0.182 299.3) |
Copy-ready code
/* CSS */
color: #8553cd;
background-color: #8553cd;
/* Tailwind (arbitrary) */
class="text-[#8553cd] bg-[#8553cd]"
/* SCSS */
$brand: #8553cd;
/* SwiftUI */
Color(red: 0.522, green: 0.325, blue: 0.804)
/* Android */
Color.parseColor("#8553cd")Accessibility — WCAG contrast
Aa
#8553cd on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8553cd on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green32.5%
Blue80.4%
CMYK percentages
Cyan35.1%
Magenta59.5%
Yellow0.0%
Key (black)19.6%
Color previews
#8553cd text on a black background
contrast 4.12:1
Card sample
#8553cd text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8553cd;
Background color
Panel with #8553cd background
background-color: #8553cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8553cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 83, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 83, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8553cd; background: linear-gradient(135deg, #8553cd, #CD53C4);