#ac58eb
a balanced, electric violet · warm · closest name: slateblue
RGB
172, 88, 235
HSL
274°, 79%, 63%
CMYK
27, 63, 0, 8
Luminance
0.2175
Every format
| HEX | #ac58eb |
| RGB | rgb(172, 88, 235) |
| HSL | hsl(274, 79%, 63%) |
| CMYK | cmyk(27%, 63%, 0%, 8%) |
| LAB | lab(53.8 59.4 -60.9) |
| LCH | lch(53.8 85.0 314.3) |
| OKLCH | oklch(0.627 0.217 307.6) |
Copy-ready code
/* CSS */
color: #ac58eb;
background-color: #ac58eb;
/* Tailwind (arbitrary) */
class="text-[#ac58eb] bg-[#ac58eb]"
/* SCSS */
$brand: #ac58eb;
/* SwiftUI */
Color(red: 0.675, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#ac58eb")Accessibility — WCAG contrast
Aa
#ac58eb on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac58eb on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green34.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta62.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ac58eb text on a black background
contrast 5.35:1
Card sample
#ac58eb text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac58eb;
Background color
Panel with #ac58eb background
background-color: #ac58eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac58eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac58eb; background: linear-gradient(135deg, #ac58eb, #EB58C8);