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