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