#ac2fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
172, 47, 223
HSL
283°, 73%, 53%
CMYK
23, 79, 0, 13
Luminance
0.1613
Every format
| HEX | #ac2fdf |
| RGB | rgb(172, 47, 223) |
| HSL | hsl(283, 73%, 53%) |
| CMYK | cmyk(23%, 79%, 0%, 13%) |
| LAB | lab(47.1 73.3 -64.8) |
| LCH | lch(47.1 97.8 318.5) |
| OKLCH | oklch(0.578 0.252 313.4) |
Copy-ready code
/* CSS */
color: #ac2fdf;
background-color: #ac2fdf;
/* Tailwind (arbitrary) */
class="text-[#ac2fdf] bg-[#ac2fdf]"
/* SCSS */
$brand: #ac2fdf;
/* SwiftUI */
Color(red: 0.675, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#ac2fdf")Accessibility — WCAG contrast
Aa
#ac2fdf on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2fdf on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.4%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ac2fdf text on a black background
contrast 4.23:1
Card sample
#ac2fdf text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2fdf;
Background color
Panel with #ac2fdf background
background-color: #ac2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2fdf; background: linear-gradient(135deg, #ac2fdf, #DF2F9D);