#ac46fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 70, 253
HSL
273°, 98%, 63%
CMYK
32, 72, 0, 1
Luminance
0.2024
Every format
| HEX | #ac46fd |
| RGB | rgb(172, 70, 253) |
| HSL | hsl(273, 98%, 63%) |
| CMYK | cmyk(32%, 72%, 0%, 1%) |
| LAB | lab(52.1 71.3 -73.6) |
| LCH | lch(52.1 102.4 314.1) |
| OKLCH | oklch(0.619 0.257 305.4) |
Copy-ready code
/* CSS */
color: #ac46fd;
background-color: #ac46fd;
/* Tailwind (arbitrary) */
class="text-[#ac46fd] bg-[#ac46fd]"
/* SCSS */
$brand: #ac46fd;
/* SwiftUI */
Color(red: 0.675, green: 0.275, blue: 0.992)
/* Android */
Color.parseColor("#ac46fd")Accessibility — WCAG contrast
Aa
#ac46fd on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac46fd on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green27.5%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta72.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ac46fd text on a black background
contrast 5.05:1
Card sample
#ac46fd text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac46fd;
Background color
Panel with #ac46fd background
background-color: #ac46fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac46fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 70, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 70, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac46fd; background: linear-gradient(135deg, #ac46fd, #FD46D4);