#aa33ee
a balanced, electric violet · warm · closest name: magenta
RGB
170, 51, 238
HSL
278°, 85%, 57%
CMYK
29, 79, 0, 7
Luminance
0.1709
Every format
| HEX | #aa33ee |
| RGB | rgb(170, 51, 238) |
| HSL | hsl(278, 85%, 57%) |
| CMYK | cmyk(29%, 79%, 0%, 7%) |
| LAB | lab(48.4 74.6 -71.3) |
| LCH | lch(48.4 103.2 316.3) |
| OKLCH | oklch(0.589 0.261 309.1) |
Copy-ready code
/* CSS */
color: #aa33ee;
background-color: #aa33ee;
/* Tailwind (arbitrary) */
class="text-[#aa33ee] bg-[#aa33ee]"
/* SCSS */
$brand: #aa33ee;
/* SwiftUI */
Color(red: 0.667, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#aa33ee")Accessibility — WCAG contrast
Aa
#aa33ee on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa33ee on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green20.0%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#aa33ee text on a black background
contrast 4.42:1
Card sample
#aa33ee text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa33ee;
Background color
Panel with #aa33ee background
background-color: #aa33ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa33ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa33ee; background: linear-gradient(135deg, #aa33ee, #EE33B5);