#aa7ddf
a light, vivid violet · warm · closest name: slateblue
RGB
170, 125, 223
HSL
268°, 61%, 68%
CMYK
24, 44, 0, 13
Luminance
0.2854
Every format
| HEX | #aa7ddf |
| RGB | rgb(170, 125, 223) |
| HSL | hsl(268, 61%, 68%) |
| CMYK | cmyk(24%, 44%, 0%, 13%) |
| LAB | lab(60.4 36.6 -43.6) |
| LCH | lch(60.4 57.0 310.0) |
| OKLCH | oklch(0.673 0.147 303.9) |
Copy-ready code
/* CSS */
color: #aa7ddf;
background-color: #aa7ddf;
/* Tailwind (arbitrary) */
class="text-[#aa7ddf] bg-[#aa7ddf]"
/* SCSS */
$brand: #aa7ddf;
/* SwiftUI */
Color(red: 0.667, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#aa7ddf")Accessibility — WCAG contrast
Aa
#aa7ddf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7ddf on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green49.0%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#aa7ddf text on a black background
contrast 6.71:1
Card sample
#aa7ddf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7ddf;
Background color
Panel with #aa7ddf background
background-color: #aa7ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7ddf; background: linear-gradient(135deg, #aa7ddf, #DF7DD3);