#aa83df
a light, vivid violet · warm · closest name: plum
RGB
170, 131, 223
HSL
265°, 59%, 69%
CMYK
24, 41, 0, 13
Luminance
0.3011
Every format
| HEX | #aa83df |
| RGB | rgb(170, 131, 223) |
| HSL | hsl(265, 59%, 69%) |
| CMYK | cmyk(24%, 41%, 0%, 13%) |
| LAB | lab(61.8 33.3 -41.5) |
| LCH | lch(61.8 53.2 308.7) |
| OKLCH | oklch(0.684 0.137 302.5) |
Copy-ready code
/* CSS */
color: #aa83df;
background-color: #aa83df;
/* Tailwind (arbitrary) */
class="text-[#aa83df] bg-[#aa83df]"
/* SCSS */
$brand: #aa83df;
/* SwiftUI */
Color(red: 0.667, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#aa83df")Accessibility — WCAG contrast
Aa
#aa83df on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa83df on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green51.4%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#aa83df text on a black background
contrast 7.02:1
Card sample
#aa83df text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa83df;
Background color
Panel with #aa83df background
background-color: #aa83df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa83df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa83df; background: linear-gradient(135deg, #aa83df, #DF83D7);