#aa3cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
170, 60, 223
HSL
281°, 72%, 56%
CMYK
24, 73, 0, 13
Luminance
0.1711
Every format
| HEX | #aa3cdf |
| RGB | rgb(170, 60, 223) |
| HSL | hsl(281, 72%, 56%) |
| CMYK | cmyk(24%, 73%, 0%, 13%) |
| LAB | lab(48.4 68.5 -62.8) |
| LCH | lch(48.4 92.9 317.5) |
| OKLCH | oklch(0.586 0.239 312.1) |
Copy-ready code
/* CSS */
color: #aa3cdf;
background-color: #aa3cdf;
/* Tailwind (arbitrary) */
class="text-[#aa3cdf] bg-[#aa3cdf]"
/* SCSS */
$brand: #aa3cdf;
/* SwiftUI */
Color(red: 0.667, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#aa3cdf")Accessibility — WCAG contrast
Aa
#aa3cdf on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa3cdf on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green23.5%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#aa3cdf text on a black background
contrast 4.42:1
Card sample
#aa3cdf text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa3cdf;
Background color
Panel with #aa3cdf background
background-color: #aa3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa3cdf; background: linear-gradient(135deg, #aa3cdf, #DF3CA7);