#ac74f1
a light, electric violet · warm · closest name: slateblue
RGB
172, 116, 241
HSL
267°, 82%, 70%
CMYK
29, 52, 0, 6
Luminance
0.2761
Every format
| HEX | #ac74f1 |
| RGB | rgb(172, 116, 241) |
| HSL | hsl(267, 82%, 70%) |
| CMYK | cmyk(29%, 52%, 0%, 6%) |
| LAB | lab(59.5 46.4 -55.0) |
| LCH | lch(59.5 71.9 310.2) |
| OKLCH | oklch(0.670 0.183 302.4) |
Copy-ready code
/* CSS */
color: #ac74f1;
background-color: #ac74f1;
/* Tailwind (arbitrary) */
class="text-[#ac74f1] bg-[#ac74f1]"
/* SCSS */
$brand: #ac74f1;
/* SwiftUI */
Color(red: 0.675, green: 0.455, blue: 0.945)
/* Android */
Color.parseColor("#ac74f1")Accessibility — WCAG contrast
Aa
#ac74f1 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac74f1 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.5%
Blue94.5%
CMYK percentages
Cyan28.6%
Magenta51.9%
Yellow0.0%
Key (black)5.5%
Color previews
#ac74f1 text on a black background
contrast 6.52:1
Card sample
#ac74f1 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac74f1;
Background color
Panel with #ac74f1 background
background-color: #ac74f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac74f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 116, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 116, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac74f1; background: linear-gradient(135deg, #ac74f1, #F174E3);