#ac18cf
a balanced, electric violet · warm · closest name: magenta
RGB
172, 24, 207
HSL
289°, 79%, 45%
CMYK
17, 88, 0, 19
Luminance
0.1393
Every format
| HEX | #ac18cf |
| RGB | rgb(172, 24, 207) |
| HSL | hsl(289, 79%, 45%) |
| CMYK | cmyk(17%, 88%, 0%, 19%) |
| LAB | lab(44.1 75.9 -60.5) |
| LCH | lch(44.1 97.0 321.4) |
| OKLCH | oklch(0.553 0.256 318.2) |
Copy-ready code
/* CSS */
color: #ac18cf;
background-color: #ac18cf;
/* Tailwind (arbitrary) */
class="text-[#ac18cf] bg-[#ac18cf]"
/* SCSS */
$brand: #ac18cf;
/* SwiftUI */
Color(red: 0.675, green: 0.094, blue: 0.812)
/* Android */
Color.parseColor("#ac18cf")Accessibility — WCAG contrast
Aa
#ac18cf on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac18cf on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green9.4%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta88.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ac18cf text on a black background
contrast 3.79:1
Card sample
#ac18cf text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac18cf;
Background color
Panel with #ac18cf background
background-color: #ac18cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac18cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 24, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 24, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac18cf; background: linear-gradient(135deg, #ac18cf, #CF1878);