#aa3df4
a balanced, electric violet · warm · closest name: magenta
RGB
170, 61, 244
HSL
276°, 89%, 60%
CMYK
30, 75, 0, 4
Luminance
0.1842
Every format
| HEX | #aa3df4 |
| RGB | rgb(170, 61, 244) |
| HSL | hsl(276, 89%, 60%) |
| CMYK | cmyk(30%, 75%, 0%, 4%) |
| LAB | lab(50.0 72.5 -72.0) |
| LCH | lch(50.0 102.2 315.2) |
| OKLCH | oklch(0.602 0.257 307.2) |
Copy-ready code
/* CSS */
color: #aa3df4;
background-color: #aa3df4;
/* Tailwind (arbitrary) */
class="text-[#aa3df4] bg-[#aa3df4]"
/* SCSS */
$brand: #aa3df4;
/* SwiftUI */
Color(red: 0.667, green: 0.239, blue: 0.957)
/* Android */
Color.parseColor("#aa3df4")Accessibility — WCAG contrast
Aa
#aa3df4 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa3df4 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green23.9%
Blue95.7%
CMYK percentages
Cyan30.3%
Magenta75.0%
Yellow0.0%
Key (black)4.3%
Color previews
#aa3df4 text on a black background
contrast 4.68:1
Card sample
#aa3df4 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa3df4;
Background color
Panel with #aa3df4 background
background-color: #aa3df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa3df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 61, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 61, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa3df4; background: linear-gradient(135deg, #aa3df4, #F43DC4);