#ac5afb
a light, electric violet · warm · closest name: slateblue
RGB
172, 90, 251
HSL
271°, 95%, 67%
CMYK
32, 64, 0, 2
Luminance
0.2305
Every format
| HEX | #ac5afb |
| RGB | rgb(172, 90, 251) |
| HSL | hsl(271, 95%, 67%) |
| CMYK | cmyk(32%, 64%, 0%, 2%) |
| LAB | lab(55.1 62.0 -67.6) |
| LCH | lch(55.1 91.8 312.5) |
| OKLCH | oklch(0.640 0.231 303.9) |
Copy-ready code
/* CSS */
color: #ac5afb;
background-color: #ac5afb;
/* Tailwind (arbitrary) */
class="text-[#ac5afb] bg-[#ac5afb]"
/* SCSS */
$brand: #ac5afb;
/* SwiftUI */
Color(red: 0.675, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#ac5afb")Accessibility — WCAG contrast
Aa
#ac5afb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5afb on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green35.3%
Blue98.4%
CMYK percentages
Cyan31.5%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#ac5afb text on a black background
contrast 5.61:1
Card sample
#ac5afb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5afb;
Background color
Panel with #ac5afb background
background-color: #ac5afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5afb; background: linear-gradient(135deg, #ac5afb, #FB5ADF);