#aa41cf
a balanced, vivid violet · warm · closest name: purple
RGB
170, 65, 207
HSL
284°, 60%, 53%
CMYK
18, 69, 0, 19
Luminance
0.1683
Every format
| HEX | #aa41cf |
| RGB | rgb(170, 65, 207) |
| HSL | hsl(284, 60%, 53%) |
| CMYK | cmyk(18%, 69%, 0%, 19%) |
| LAB | lab(48.0 63.3 -54.2) |
| LCH | lch(48.0 83.3 319.5) |
| OKLCH | oklch(0.580 0.219 315.9) |
Copy-ready code
/* CSS */
color: #aa41cf;
background-color: #aa41cf;
/* Tailwind (arbitrary) */
class="text-[#aa41cf] bg-[#aa41cf]"
/* SCSS */
$brand: #aa41cf;
/* SwiftUI */
Color(red: 0.667, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#aa41cf")Accessibility — WCAG contrast
Aa
#aa41cf on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa41cf on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green25.5%
Blue81.2%
CMYK percentages
Cyan17.9%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#aa41cf text on a black background
contrast 4.37:1
Card sample
#aa41cf text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa41cf;
Background color
Panel with #aa41cf background
background-color: #aa41cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa41cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa41cf; background: linear-gradient(135deg, #aa41cf, #CF4195);