#ac3bc9
a balanced, vivid violet · warm · closest name: purple
RGB
172, 59, 201
HSL
288°, 57%, 51%
CMYK
14, 71, 0, 21
Luminance
0.1612
Every format
| HEX | #ac3bc9 |
| RGB | rgb(172, 59, 201) |
| HSL | hsl(288, 57%, 51%) |
| CMYK | cmyk(14%, 71%, 0%, 21%) |
| LAB | lab(47.1 65.0 -52.2) |
| LCH | lch(47.1 83.3 321.2) |
| OKLCH | oklch(0.573 0.221 318.6) |
Copy-ready code
/* CSS */
color: #ac3bc9;
background-color: #ac3bc9;
/* Tailwind (arbitrary) */
class="text-[#ac3bc9] bg-[#ac3bc9]"
/* SCSS */
$brand: #ac3bc9;
/* SwiftUI */
Color(red: 0.675, green: 0.231, blue: 0.788)
/* Android */
Color.parseColor("#ac3bc9")Accessibility — WCAG contrast
Aa
#ac3bc9 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3bc9 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green23.1%
Blue78.8%
CMYK percentages
Cyan14.4%
Magenta70.6%
Yellow0.0%
Key (black)21.2%
Color previews
#ac3bc9 text on a black background
contrast 4.22:1
Card sample
#ac3bc9 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3bc9;
Background color
Panel with #ac3bc9 background
background-color: #ac3bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 59, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 59, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3bc9; background: linear-gradient(135deg, #ac3bc9, #C93B87);