#ac74f2
a light, electric violet · warm · closest name: slateblue
RGB
172, 116, 242
HSL
267°, 83%, 70%
CMYK
29, 52, 0, 5
Luminance
0.2767
Every format
| HEX | #ac74f2 |
| RGB | rgb(172, 116, 242) |
| HSL | hsl(267, 83%, 70%) |
| CMYK | cmyk(29%, 52%, 0%, 5%) |
| LAB | lab(59.6 46.6 -55.4) |
| LCH | lch(59.6 72.4 310.1) |
| OKLCH | oklch(0.671 0.185 302.2) |
Copy-ready code
/* CSS */
color: #ac74f2;
background-color: #ac74f2;
/* Tailwind (arbitrary) */
class="text-[#ac74f2] bg-[#ac74f2]"
/* SCSS */
$brand: #ac74f2;
/* SwiftUI */
Color(red: 0.675, green: 0.455, blue: 0.949)
/* Android */
Color.parseColor("#ac74f2")Accessibility — WCAG contrast
Aa
#ac74f2 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac74f2 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.5%
Blue94.9%
CMYK percentages
Cyan28.9%
Magenta52.1%
Yellow0.0%
Key (black)5.1%
Color previews
#ac74f2 text on a black background
contrast 6.53:1
Card sample
#ac74f2 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac74f2;
Background color
Panel with #ac74f2 background
background-color: #ac74f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac74f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 116, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 116, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac74f2; background: linear-gradient(135deg, #ac74f2, #F274E4);