#ac15cf
a dark, electric violet · warm · closest name: magenta
RGB
172, 21, 207
HSL
289°, 82%, 45%
CMYK
17, 90, 0, 19
Luminance
0.1381
Every format
| HEX | #ac15cf |
| RGB | rgb(172, 21, 207) |
| HSL | hsl(289, 82%, 45%) |
| CMYK | cmyk(17%, 90%, 0%, 19%) |
| LAB | lab(44.0 76.4 -60.8) |
| LCH | lch(44.0 97.6 321.5) |
| OKLCH | oklch(0.552 0.257 318.2) |
Copy-ready code
/* CSS */
color: #ac15cf;
background-color: #ac15cf;
/* Tailwind (arbitrary) */
class="text-[#ac15cf] bg-[#ac15cf]"
/* SCSS */
$brand: #ac15cf;
/* SwiftUI */
Color(red: 0.675, green: 0.082, blue: 0.812)
/* Android */
Color.parseColor("#ac15cf")Accessibility — WCAG contrast
Aa
#ac15cf on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac15cf on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green8.2%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta89.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ac15cf text on a black background
contrast 3.76:1
Card sample
#ac15cf text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac15cf;
Background color
Panel with #ac15cf background
background-color: #ac15cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac15cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 21, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 21, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac15cf; background: linear-gradient(135deg, #ac15cf, #CF1576);