#ac26cf
a balanced, vivid violet · warm · closest name: magenta
RGB
172, 38, 207
HSL
288°, 69%, 48%
CMYK
17, 82, 0, 19
Luminance
0.1466
Every format
| HEX | #ac26cf |
| RGB | rgb(172, 38, 207) |
| HSL | hsl(288, 69%, 48%) |
| CMYK | cmyk(17%, 82%, 0%, 19%) |
| LAB | lab(45.2 72.8 -58.8) |
| LCH | lch(45.2 93.6 321.1) |
| OKLCH | oklch(0.560 0.247 317.8) |
Copy-ready code
/* CSS */
color: #ac26cf;
background-color: #ac26cf;
/* Tailwind (arbitrary) */
class="text-[#ac26cf] bg-[#ac26cf]"
/* SCSS */
$brand: #ac26cf;
/* SwiftUI */
Color(red: 0.675, green: 0.149, blue: 0.812)
/* Android */
Color.parseColor("#ac26cf")Accessibility — WCAG contrast
Aa
#ac26cf on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac26cf on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green14.9%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta81.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ac26cf text on a black background
contrast 3.93:1
Card sample
#ac26cf text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac26cf;
Background color
Panel with #ac26cf background
background-color: #ac26cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac26cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 38, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 38, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac26cf; background: linear-gradient(135deg, #ac26cf, #CF2681);