#ac3ad2
a balanced, vivid violet · warm · closest name: purple
RGB
172, 58, 210
HSL
285°, 63%, 53%
CMYK
18, 72, 0, 18
Luminance
0.1645
Every format
| HEX | #ac3ad2 |
| RGB | rgb(172, 58, 210) |
| HSL | hsl(285, 63%, 53%) |
| CMYK | cmyk(18%, 72%, 0%, 18%) |
| LAB | lab(47.6 67.1 -56.7) |
| LCH | lch(47.6 87.8 319.8) |
| OKLCH | oklch(0.578 0.230 316.2) |
Copy-ready code
/* CSS */
color: #ac3ad2;
background-color: #ac3ad2;
/* Tailwind (arbitrary) */
class="text-[#ac3ad2] bg-[#ac3ad2]"
/* SCSS */
$brand: #ac3ad2;
/* SwiftUI */
Color(red: 0.675, green: 0.227, blue: 0.824)
/* Android */
Color.parseColor("#ac3ad2")Accessibility — WCAG contrast
Aa
#ac3ad2 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3ad2 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green22.7%
Blue82.4%
CMYK percentages
Cyan18.1%
Magenta72.4%
Yellow0.0%
Key (black)17.6%
Color previews
#ac3ad2 text on a black background
contrast 4.29:1
Card sample
#ac3ad2 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3ad2;
Background color
Panel with #ac3ad2 background
background-color: #ac3ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 58, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 58, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3ad2; background: linear-gradient(135deg, #ac3ad2, #D23A93);