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