#ac39fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 57, 253
HSL
275°, 98%, 61%
CMYK
32, 78, 0, 1
Luminance
0.1879
Every format
| HEX | #ac39fd |
| RGB | rgb(172, 57, 253) |
| HSL | hsl(275, 98%, 61%) |
| CMYK | cmyk(32%, 78%, 0%, 1%) |
| LAB | lab(50.4 76.1 -76.3) |
| LCH | lch(50.4 107.7 314.9) |
| OKLCH | oklch(0.607 0.269 306.3) |
Copy-ready code
/* CSS */
color: #ac39fd;
background-color: #ac39fd;
/* Tailwind (arbitrary) */
class="text-[#ac39fd] bg-[#ac39fd]"
/* SCSS */
$brand: #ac39fd;
/* SwiftUI */
Color(red: 0.675, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#ac39fd")Accessibility — WCAG contrast
Aa
#ac39fd on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac39fd on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green22.4%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ac39fd text on a black background
contrast 4.76:1
Card sample
#ac39fd text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac39fd;
Background color
Panel with #ac39fd background
background-color: #ac39fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac39fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac39fd; background: linear-gradient(135deg, #ac39fd, #FD39CB);