#aa2cf4
a balanced, electric violet · warm · closest name: magenta
RGB
170, 44, 244
HSL
278°, 90%, 57%
CMYK
30, 82, 0, 4
Luminance
0.1688
Every format
| HEX | #aa2cf4 |
| RGB | rgb(170, 44, 244) |
| HSL | hsl(278, 90%, 57%) |
| CMYK | cmyk(30%, 82%, 0%, 4%) |
| LAB | lab(48.1 77.9 -75.1) |
| LCH | lch(48.1 108.2 316.1) |
| OKLCH | oklch(0.588 0.272 308.2) |
Copy-ready code
/* CSS */
color: #aa2cf4;
background-color: #aa2cf4;
/* Tailwind (arbitrary) */
class="text-[#aa2cf4] bg-[#aa2cf4]"
/* SCSS */
$brand: #aa2cf4;
/* SwiftUI */
Color(red: 0.667, green: 0.173, blue: 0.957)
/* Android */
Color.parseColor("#aa2cf4")Accessibility — WCAG contrast
Aa
#aa2cf4 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa2cf4 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green17.3%
Blue95.7%
CMYK percentages
Cyan30.3%
Magenta82.0%
Yellow0.0%
Key (black)4.3%
Color previews
#aa2cf4 text on a black background
contrast 4.38:1
Card sample
#aa2cf4 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa2cf4;
Background color
Panel with #aa2cf4 background
background-color: #aa2cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa2cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 44, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 44, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa2cf4; background: linear-gradient(135deg, #aa2cf4, #F42CB9);