#ac74fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 116, 253
HSL
265°, 97%, 72%
CMYK
32, 54, 0, 1
Luminance
0.2835
Every format
| HEX | #ac74fd |
| RGB | rgb(172, 116, 253) |
| HSL | hsl(265, 97%, 72%) |
| CMYK | cmyk(32%, 54%, 0%, 1%) |
| LAB | lab(60.2 49.3 -60.5) |
| LCH | lch(60.2 78.1 309.1) |
| OKLCH | oklch(0.678 0.198 300.0) |
Copy-ready code
/* CSS */
color: #ac74fd;
background-color: #ac74fd;
/* Tailwind (arbitrary) */
class="text-[#ac74fd] bg-[#ac74fd]"
/* SCSS */
$brand: #ac74fd;
/* SwiftUI */
Color(red: 0.675, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#ac74fd")Accessibility — WCAG contrast
Aa
#ac74fd on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac74fd on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.5%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta54.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ac74fd text on a black background
contrast 6.67:1
Card sample
#ac74fd text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac74fd;
Background color
Panel with #ac74fd background
background-color: #ac74fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac74fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac74fd; background: linear-gradient(135deg, #ac74fd, #FD74F3);