#aa44ff
a balanced, electric violet · warm · closest name: magenta
RGB
170, 68, 255
HSL
273°, 100%, 63%
CMYK
33, 73, 0, 0
Luminance
0.1990
Every format
| HEX | #aa44ff |
| RGB | rgb(170, 68, 255) |
| HSL | hsl(273, 100%, 63%) |
| CMYK | cmyk(33%, 73%, 0%, 0%) |
| LAB | lab(51.7 72.2 -75.3) |
| LCH | lch(51.7 104.3 313.8) |
| OKLCH | oklch(0.616 0.260 304.5) |
Copy-ready code
/* CSS */
color: #aa44ff;
background-color: #aa44ff;
/* Tailwind (arbitrary) */
class="text-[#aa44ff] bg-[#aa44ff]"
/* SCSS */
$brand: #aa44ff;
/* SwiftUI */
Color(red: 0.667, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#aa44ff")Accessibility — WCAG contrast
Aa
#aa44ff on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa44ff on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green26.7%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#aa44ff text on a black background
contrast 4.98:1
Card sample
#aa44ff text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa44ff;
Background color
Panel with #aa44ff background
background-color: #aa44ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa44ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa44ff; background: linear-gradient(135deg, #aa44ff, #FF44D7);