#ac3bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
172, 59, 223
HSL
281°, 72%, 55%
CMYK
23, 74, 0, 13
Luminance
0.1723
Every format
| HEX | #ac3bdf |
| RGB | rgb(172, 59, 223) |
| HSL | hsl(281, 72%, 55%) |
| CMYK | cmyk(23%, 74%, 0%, 13%) |
| LAB | lab(48.5 69.2 -62.5) |
| LCH | lch(48.5 93.3 317.9) |
| OKLCH | oklch(0.587 0.241 312.8) |
Copy-ready code
/* CSS */
color: #ac3bdf;
background-color: #ac3bdf;
/* Tailwind (arbitrary) */
class="text-[#ac3bdf] bg-[#ac3bdf]"
/* SCSS */
$brand: #ac3bdf;
/* SwiftUI */
Color(red: 0.675, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#ac3bdf")Accessibility — WCAG contrast
Aa
#ac3bdf on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3bdf on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green23.1%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta73.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ac3bdf text on a black background
contrast 4.45:1
Card sample
#ac3bdf text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3bdf;
Background color
Panel with #ac3bdf background
background-color: #ac3bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3bdf; background: linear-gradient(135deg, #ac3bdf, #DF3BA5);