#ac53eb
a balanced, electric violet · warm · closest name: slateblue
RGB
172, 83, 235
HSL
275°, 79%, 62%
CMYK
27, 65, 0, 8
Luminance
0.2096
Every format
| HEX | #ac53eb |
| RGB | rgb(172, 83, 235) |
| HSL | hsl(275, 79%, 62%) |
| CMYK | cmyk(27%, 65%, 0%, 8%) |
| LAB | lab(52.9 61.7 -62.3) |
| LCH | lch(52.9 87.7 314.8) |
| OKLCH | oklch(0.621 0.224 308.1) |
Copy-ready code
/* CSS */
color: #ac53eb;
background-color: #ac53eb;
/* Tailwind (arbitrary) */
class="text-[#ac53eb] bg-[#ac53eb]"
/* SCSS */
$brand: #ac53eb;
/* SwiftUI */
Color(red: 0.675, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#ac53eb")Accessibility — WCAG contrast
Aa
#ac53eb on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac53eb on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green32.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ac53eb text on a black background
contrast 5.19:1
Card sample
#ac53eb text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac53eb;
Background color
Panel with #ac53eb background
background-color: #ac53eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac53eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac53eb; background: linear-gradient(135deg, #ac53eb, #EB53C5);