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