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