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