#aa2cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
170, 44, 223
HSL
282°, 74%, 52%
CMYK
24, 80, 0, 13
Luminance
0.1568
Every format
| HEX | #aa2cdf |
| RGB | rgb(170, 44, 223) |
| HSL | hsl(282, 74%, 52%) |
| CMYK | cmyk(24%, 80%, 0%, 13%) |
| LAB | lab(46.5 73.8 -65.8) |
| LCH | lch(46.5 98.9 318.3) |
| OKLCH | oklch(0.573 0.254 312.9) |
Copy-ready code
/* CSS */
color: #aa2cdf;
background-color: #aa2cdf;
/* Tailwind (arbitrary) */
class="text-[#aa2cdf] bg-[#aa2cdf]"
/* SCSS */
$brand: #aa2cdf;
/* SwiftUI */
Color(red: 0.667, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#aa2cdf")Accessibility — WCAG contrast
Aa
#aa2cdf on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa2cdf on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#aa2cdf text on a black background
contrast 4.14:1
Card sample
#aa2cdf text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa2cdf;
Background color
Panel with #aa2cdf background
background-color: #aa2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa2cdf; background: linear-gradient(135deg, #aa2cdf, #DF2C9D);