#ac41df
a balanced, vivid violet · warm · closest name: slateblue
RGB
172, 65, 223
HSL
281°, 71%, 57%
CMYK
23, 71, 0, 13
Luminance
0.1788
Every format
| HEX | #ac41df |
| RGB | rgb(172, 65, 223) |
| HSL | hsl(281, 71%, 57%) |
| CMYK | cmyk(23%, 71%, 0%, 13%) |
| LAB | lab(49.4 67.0 -61.2) |
| LCH | lch(49.4 90.7 317.6) |
| OKLCH | oklch(0.593 0.234 312.4) |
Copy-ready code
/* CSS */
color: #ac41df;
background-color: #ac41df;
/* Tailwind (arbitrary) */
class="text-[#ac41df] bg-[#ac41df]"
/* SCSS */
$brand: #ac41df;
/* SwiftUI */
Color(red: 0.675, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#ac41df")Accessibility — WCAG contrast
Aa
#ac41df on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac41df on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green25.5%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ac41df text on a black background
contrast 4.58:1
Card sample
#ac41df text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac41df;
Background color
Panel with #ac41df background
background-color: #ac41df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac41df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac41df; background: linear-gradient(135deg, #ac41df, #DF41A9);