#ac5ffc
a light, electric violet · warm · closest name: slateblue
RGB
172, 95, 252
HSL
269°, 96%, 68%
CMYK
32, 62, 0, 1
Luminance
0.2398
Every format
| HEX | #ac5ffc |
| RGB | rgb(172, 95, 252) |
| HSL | hsl(269, 96%, 68%) |
| CMYK | cmyk(32%, 62%, 0%, 1%) |
| LAB | lab(56.1 59.9 -66.6) |
| LCH | lch(56.1 89.6 311.9) |
| OKLCH | oklch(0.647 0.226 303.2) |
Copy-ready code
/* CSS */
color: #ac5ffc;
background-color: #ac5ffc;
/* Tailwind (arbitrary) */
class="text-[#ac5ffc] bg-[#ac5ffc]"
/* SCSS */
$brand: #ac5ffc;
/* SwiftUI */
Color(red: 0.675, green: 0.373, blue: 0.988)
/* Android */
Color.parseColor("#ac5ffc")Accessibility — WCAG contrast
Aa
#ac5ffc on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5ffc on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green37.3%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta62.3%
Yellow0.0%
Key (black)1.2%
Color previews
#ac5ffc text on a black background
contrast 5.80:1
Card sample
#ac5ffc text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5ffc;
Background color
Panel with #ac5ffc background
background-color: #ac5ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 95, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 95, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5ffc; background: linear-gradient(135deg, #ac5ffc, #FC5FE3);