#aa2df6
a balanced, electric violet · warm · closest name: magenta
RGB
170, 45, 246
HSL
277°, 92%, 57%
CMYK
31, 82, 0, 4
Luminance
0.1708
Every format
| HEX | #aa2df6 |
| RGB | rgb(170, 45, 246) |
| HSL | hsl(277, 92%, 57%) |
| CMYK | cmyk(31%, 82%, 0%, 4%) |
| LAB | lab(48.4 78.0 -75.8) |
| LCH | lch(48.4 108.8 315.8) |
| OKLCH | oklch(0.591 0.273 307.7) |
Copy-ready code
/* CSS */
color: #aa2df6;
background-color: #aa2df6;
/* Tailwind (arbitrary) */
class="text-[#aa2df6] bg-[#aa2df6]"
/* SCSS */
$brand: #aa2df6;
/* SwiftUI */
Color(red: 0.667, green: 0.176, blue: 0.965)
/* Android */
Color.parseColor("#aa2df6")Accessibility — WCAG contrast
Aa
#aa2df6 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa2df6 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green17.6%
Blue96.5%
CMYK percentages
Cyan30.9%
Magenta81.7%
Yellow0.0%
Key (black)3.5%
Color previews
#aa2df6 text on a black background
contrast 4.42:1
Card sample
#aa2df6 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa2df6;
Background color
Panel with #aa2df6 background
background-color: #aa2df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa2df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 45, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 45, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa2df6; background: linear-gradient(135deg, #aa2df6, #F62DBC);