#ac04fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 4, 253
HSL
281°, 98%, 50%
CMYK
32, 98, 0, 1
Luminance
0.1595
Every format
| HEX | #ac04fd |
| RGB | rgb(172, 4, 253) |
| HSL | hsl(281, 98%, 50%) |
| CMYK | cmyk(32%, 98%, 0%, 1%) |
| LAB | lab(46.9 86.5 -82.1) |
| LCH | lch(46.9 119.2 316.5) |
| OKLCH | oklch(0.583 0.297 308.0) |
Copy-ready code
/* CSS */
color: #ac04fd;
background-color: #ac04fd;
/* Tailwind (arbitrary) */
class="text-[#ac04fd] bg-[#ac04fd]"
/* SCSS */
$brand: #ac04fd;
/* SwiftUI */
Color(red: 0.675, green: 0.016, blue: 0.992)
/* Android */
Color.parseColor("#ac04fd")Accessibility — WCAG contrast
Aa
#ac04fd on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac04fd on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green1.6%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta98.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ac04fd text on a black background
contrast 4.19:1
Card sample
#ac04fd text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac04fd;
Background color
Panel with #ac04fd background
background-color: #ac04fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac04fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 4, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 4, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac04fd; background: linear-gradient(135deg, #ac04fd, #FD04A8);