#8553cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 83, 207
HSL
264°, 56%, 57%
CMYK
36, 60, 0, 19
Luminance
0.1568
Every format
| HEX | #8553cf |
| RGB | rgb(133, 83, 207) |
| HSL | hsl(264, 56%, 57%) |
| CMYK | cmyk(36%, 60%, 0%, 19%) |
| LAB | lab(46.5 46.5 -56.8) |
| LCH | lch(46.5 73.5 309.3) |
| OKLCH | oklch(0.559 0.184 298.9) |
Copy-ready code
/* CSS */
color: #8553cf;
background-color: #8553cf;
/* Tailwind (arbitrary) */
class="text-[#8553cf] bg-[#8553cf]"
/* SCSS */
$brand: #8553cf;
/* SwiftUI */
Color(red: 0.522, green: 0.325, blue: 0.812)
/* Android */
Color.parseColor("#8553cf")Accessibility — WCAG contrast
Aa
#8553cf on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8553cf on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green32.5%
Blue81.2%
CMYK percentages
Cyan35.7%
Magenta59.9%
Yellow0.0%
Key (black)18.8%
Color previews
#8553cf text on a black background
contrast 4.14:1
Card sample
#8553cf text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8553cf;
Background color
Panel with #8553cf background
background-color: #8553cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8553cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 83, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 83, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8553cf; background: linear-gradient(135deg, #8553cf, #CF53C6);