#ac18df
a balanced, electric violet · warm · closest name: magenta
RGB
172, 24, 223
HSL
285°, 81%, 48%
CMYK
23, 89, 0, 13
Luminance
0.1475
Every format
| HEX | #ac18df |
| RGB | rgb(172, 24, 223) |
| HSL | hsl(285, 81%, 48%) |
| CMYK | cmyk(23%, 89%, 0%, 13%) |
| LAB | lab(45.3 78.7 -67.8) |
| LCH | lch(45.3 103.9 319.3) |
| OKLCH | oklch(0.565 0.268 314.2) |
Copy-ready code
/* CSS */
color: #ac18df;
background-color: #ac18df;
/* Tailwind (arbitrary) */
class="text-[#ac18df] bg-[#ac18df]"
/* SCSS */
$brand: #ac18df;
/* SwiftUI */
Color(red: 0.675, green: 0.094, blue: 0.875)
/* Android */
Color.parseColor("#ac18df")Accessibility — WCAG contrast
Aa
#ac18df on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac18df on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green9.4%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta89.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ac18df text on a black background
contrast 3.95:1
Card sample
#ac18df text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac18df;
Background color
Panel with #ac18df background
background-color: #ac18df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac18df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 24, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 24, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac18df; background: linear-gradient(135deg, #ac18df, #DF188D);