#aa0df4
a balanced, electric violet · warm · closest name: magenta
RGB
170, 13, 244
HSL
281°, 91%, 50%
CMYK
30, 95, 0, 4
Luminance
0.1537
Every format
| HEX | #aa0df4 |
| RGB | rgb(170, 13, 244) |
| HSL | hsl(281, 91%, 50%) |
| CMYK | cmyk(30%, 95%, 0%, 4%) |
| LAB | lab(46.1 83.8 -78.3) |
| LCH | lch(46.1 114.7 316.9) |
| OKLCH | oklch(0.575 0.287 309.1) |
Copy-ready code
/* CSS */
color: #aa0df4;
background-color: #aa0df4;
/* Tailwind (arbitrary) */
class="text-[#aa0df4] bg-[#aa0df4]"
/* SCSS */
$brand: #aa0df4;
/* SwiftUI */
Color(red: 0.667, green: 0.051, blue: 0.957)
/* Android */
Color.parseColor("#aa0df4")Accessibility — WCAG contrast
Aa
#aa0df4 on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa0df4 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green5.1%
Blue95.7%
CMYK percentages
Cyan30.3%
Magenta94.7%
Yellow0.0%
Key (black)4.3%
Color previews
#aa0df4 text on a black background
contrast 4.07:1
Card sample
#aa0df4 text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa0df4;
Background color
Panel with #aa0df4 background
background-color: #aa0df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa0df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 13, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 13, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa0df4; background: linear-gradient(135deg, #aa0df4, #F40DA4);