#ac1ddf
a balanced, electric violet · warm · closest name: magenta
RGB
172, 29, 223
HSL
284°, 77%, 49%
CMYK
23, 87, 0, 13
Luminance
0.1498
Every format
| HEX | #ac1ddf |
| RGB | rgb(172, 29, 223) |
| HSL | hsl(284, 77%, 49%) |
| CMYK | cmyk(23%, 87%, 0%, 13%) |
| LAB | lab(45.6 77.8 -67.3) |
| LCH | lch(45.6 102.8 319.1) |
| OKLCH | oklch(0.567 0.265 314.1) |
Copy-ready code
/* CSS */
color: #ac1ddf;
background-color: #ac1ddf;
/* Tailwind (arbitrary) */
class="text-[#ac1ddf] bg-[#ac1ddf]"
/* SCSS */
$brand: #ac1ddf;
/* SwiftUI */
Color(red: 0.675, green: 0.114, blue: 0.875)
/* Android */
Color.parseColor("#ac1ddf")Accessibility — WCAG contrast
Aa
#ac1ddf on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1ddf on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green11.4%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta87.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ac1ddf text on a black background
contrast 4.00:1
Card sample
#ac1ddf text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1ddf;
Background color
Panel with #ac1ddf background
background-color: #ac1ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 29, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 29, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1ddf; background: linear-gradient(135deg, #ac1ddf, #DF1D91);