#aa44ee
a balanced, electric violet · warm · closest name: magenta
RGB
170, 68, 238
HSL
276°, 83%, 60%
CMYK
29, 71, 0, 7
Luminance
0.1885
Every format
| HEX | #aa44ee |
| RGB | rgb(170, 68, 238) |
| HSL | hsl(276, 83%, 60%) |
| CMYK | cmyk(29%, 71%, 0%, 7%) |
| LAB | lab(50.5 68.5 -67.8) |
| LCH | lch(50.5 96.4 315.3) |
| OKLCH | oklch(0.604 0.244 308.0) |
Copy-ready code
/* CSS */
color: #aa44ee;
background-color: #aa44ee;
/* Tailwind (arbitrary) */
class="text-[#aa44ee] bg-[#aa44ee]"
/* SCSS */
$brand: #aa44ee;
/* SwiftUI */
Color(red: 0.667, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#aa44ee")Accessibility — WCAG contrast
Aa
#aa44ee on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa44ee on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green26.7%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#aa44ee text on a black background
contrast 4.77:1
Card sample
#aa44ee text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa44ee;
Background color
Panel with #aa44ee background
background-color: #aa44ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa44ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa44ee; background: linear-gradient(135deg, #aa44ee, #EE44C1);