#ac24fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 36, 253
HSL
278°, 98%, 57%
CMYK
32, 86, 0, 1
Luminance
0.1712
Every format
| HEX | #ac24fd |
| RGB | rgb(172, 36, 253) |
| HSL | hsl(278, 98%, 57%) |
| CMYK | cmyk(32%, 86%, 0%, 1%) |
| LAB | lab(48.4 82.0 -79.6) |
| LCH | lch(48.4 114.3 315.8) |
| OKLCH | oklch(0.593 0.285 307.3) |
Copy-ready code
/* CSS */
color: #ac24fd;
background-color: #ac24fd;
/* Tailwind (arbitrary) */
class="text-[#ac24fd] bg-[#ac24fd]"
/* SCSS */
$brand: #ac24fd;
/* SwiftUI */
Color(red: 0.675, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#ac24fd")Accessibility — WCAG contrast
Aa
#ac24fd on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac24fd on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green14.1%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ac24fd text on a black background
contrast 4.42:1
Card sample
#ac24fd text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac24fd;
Background color
Panel with #ac24fd background
background-color: #ac24fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac24fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac24fd; background: linear-gradient(135deg, #ac24fd, #FD24BD);