#aa28df
a balanced, vivid violet · warm · closest name: magenta
RGB
170, 40, 223
HSL
283°, 74%, 52%
CMYK
24, 82, 0, 13
Luminance
0.1539
Every format
| HEX | #aa28df |
| RGB | rgb(170, 40, 223) |
| HSL | hsl(283, 74%, 52%) |
| CMYK | cmyk(24%, 82%, 0%, 13%) |
| LAB | lab(46.2 74.9 -66.4) |
| LCH | lch(46.2 100.1 318.5) |
| OKLCH | oklch(0.570 0.257 313.1) |
Copy-ready code
/* CSS */
color: #aa28df;
background-color: #aa28df;
/* Tailwind (arbitrary) */
class="text-[#aa28df] bg-[#aa28df]"
/* SCSS */
$brand: #aa28df;
/* SwiftUI */
Color(red: 0.667, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#aa28df")Accessibility — WCAG contrast
Aa
#aa28df on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa28df on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green15.7%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#aa28df text on a black background
contrast 4.08:1
Card sample
#aa28df text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa28df;
Background color
Panel with #aa28df background
background-color: #aa28df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa28df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa28df; background: linear-gradient(135deg, #aa28df, #DF289A);