#aa7cdf
a light, vivid violet · warm · closest name: slateblue
RGB
170, 124, 223
HSL
268°, 61%, 68%
CMYK
24, 44, 0, 13
Luminance
0.2829
Every format
| HEX | #aa7cdf |
| RGB | rgb(170, 124, 223) |
| HSL | hsl(268, 61%, 68%) |
| CMYK | cmyk(24%, 44%, 0%, 13%) |
| LAB | lab(60.1 37.2 -44.0) |
| LCH | lch(60.1 57.6 310.2) |
| OKLCH | oklch(0.672 0.148 304.1) |
Copy-ready code
/* CSS */
color: #aa7cdf;
background-color: #aa7cdf;
/* Tailwind (arbitrary) */
class="text-[#aa7cdf] bg-[#aa7cdf]"
/* SCSS */
$brand: #aa7cdf;
/* SwiftUI */
Color(red: 0.667, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#aa7cdf")Accessibility — WCAG contrast
Aa
#aa7cdf on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7cdf on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green48.6%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#aa7cdf text on a black background
contrast 6.66:1
Card sample
#aa7cdf text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7cdf;
Background color
Panel with #aa7cdf background
background-color: #aa7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7cdf; background: linear-gradient(135deg, #aa7cdf, #DF7CD2);