#ac42fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 66, 253
HSL
274°, 98%, 63%
CMYK
32, 74, 0, 1
Luminance
0.1976
Every format
| HEX | #ac42fd |
| RGB | rgb(172, 66, 253) |
| HSL | hsl(274, 98%, 63%) |
| CMYK | cmyk(32%, 74%, 0%, 1%) |
| LAB | lab(51.6 72.8 -74.5) |
| LCH | lch(51.6 104.2 314.4) |
| OKLCH | oklch(0.615 0.261 305.7) |
Copy-ready code
/* CSS */
color: #ac42fd;
background-color: #ac42fd;
/* Tailwind (arbitrary) */
class="text-[#ac42fd] bg-[#ac42fd]"
/* SCSS */
$brand: #ac42fd;
/* SwiftUI */
Color(red: 0.675, green: 0.259, blue: 0.992)
/* Android */
Color.parseColor("#ac42fd")Accessibility — WCAG contrast
Aa
#ac42fd on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac42fd on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green25.9%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta73.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ac42fd text on a black background
contrast 4.95:1
Card sample
#ac42fd text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac42fd;
Background color
Panel with #ac42fd background
background-color: #ac42fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac42fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 66, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 66, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac42fd; background: linear-gradient(135deg, #ac42fd, #FD42D1);