#ac2ccf
a balanced, vivid violet · warm · closest name: purple
RGB
172, 44, 207
HSL
287°, 65%, 49%
CMYK
17, 79, 0, 19
Luminance
0.1508
Every format
| HEX | #ac2ccf |
| RGB | rgb(172, 44, 207) |
| HSL | hsl(287, 65%, 49%) |
| CMYK | cmyk(17%, 79%, 0%, 19%) |
| LAB | lab(45.7 71.2 -57.9) |
| LCH | lch(45.7 91.7 320.9) |
| OKLCH | oklch(0.564 0.242 317.6) |
Copy-ready code
/* CSS */
color: #ac2ccf;
background-color: #ac2ccf;
/* Tailwind (arbitrary) */
class="text-[#ac2ccf] bg-[#ac2ccf]"
/* SCSS */
$brand: #ac2ccf;
/* SwiftUI */
Color(red: 0.675, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#ac2ccf")Accessibility — WCAG contrast
Aa
#ac2ccf on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2ccf on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.3%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ac2ccf text on a black background
contrast 4.02:1
Card sample
#ac2ccf text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2ccf;
Background color
Panel with #ac2ccf background
background-color: #ac2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2ccf; background: linear-gradient(135deg, #ac2ccf, #CF2C85);