#ac5af0
a balanced, electric violet · warm · closest name: slateblue
RGB
172, 90, 240
HSL
273°, 83%, 65%
CMYK
28, 63, 0, 6
Luminance
0.2237
Every format
| HEX | #ac5af0 |
| RGB | rgb(172, 90, 240) |
| HSL | hsl(273, 83%, 65%) |
| CMYK | cmyk(28%, 63%, 0%, 6%) |
| LAB | lab(54.4 59.5 -62.6) |
| LCH | lch(54.4 86.4 313.6) |
| OKLCH | oklch(0.633 0.220 306.2) |
Copy-ready code
/* CSS */
color: #ac5af0;
background-color: #ac5af0;
/* Tailwind (arbitrary) */
class="text-[#ac5af0] bg-[#ac5af0]"
/* SCSS */
$brand: #ac5af0;
/* SwiftUI */
Color(red: 0.675, green: 0.353, blue: 0.941)
/* Android */
Color.parseColor("#ac5af0")Accessibility — WCAG contrast
Aa
#ac5af0 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5af0 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green35.3%
Blue94.1%
CMYK percentages
Cyan28.3%
Magenta62.5%
Yellow0.0%
Key (black)5.9%
Color previews
#ac5af0 text on a black background
contrast 5.47:1
Card sample
#ac5af0 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5af0;
Background color
Panel with #ac5af0 background
background-color: #ac5af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 90, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 90, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5af0; background: linear-gradient(135deg, #ac5af0, #F05AD0);