#aa00ee
a balanced, electric violet · warm · closest name: magenta
RGB
170, 0, 238
HSL
283°, 100%, 47%
CMYK
29, 100, 0, 7
Luminance
0.1472
Every format
| HEX | #aa00ee |
| RGB | rgb(170, 0, 238) |
| HSL | hsl(283, 100%, 47%) |
| CMYK | cmyk(29%, 100%, 0%, 7%) |
| LAB | lab(45.3 83.9 -76.4) |
| LCH | lch(45.3 113.4 317.7) |
| OKLCH | oklch(0.567 0.286 310.6) |
Copy-ready code
/* CSS */
color: #aa00ee;
background-color: #aa00ee;
/* Tailwind (arbitrary) */
class="text-[#aa00ee] bg-[#aa00ee]"
/* SCSS */
$brand: #aa00ee;
/* SwiftUI */
Color(red: 0.667, green: 0.000, blue: 0.933)
/* Android */
Color.parseColor("#aa00ee")Accessibility — WCAG contrast
Aa
#aa00ee on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa00ee on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green0.0%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta100.0%
Yellow0.0%
Key (black)6.7%
Color previews
#aa00ee text on a black background
contrast 3.94:1
Card sample
#aa00ee text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa00ee;
Background color
Panel with #aa00ee background
background-color: #aa00ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa00ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 0, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 0, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa00ee; background: linear-gradient(135deg, #aa00ee, #EE0093);