#aa9fdf
a light, vivid blue · warm · closest name: plum
RGB
170, 159, 223
HSL
250°, 50%, 75%
CMYK
24, 29, 0, 13
Luminance
0.3867
Every format
| HEX | #aa9fdf |
| RGB | rgb(170, 159, 223) |
| HSL | hsl(250, 50%, 75%) |
| CMYK | cmyk(24%, 29%, 0%, 13%) |
| LAB | lab(68.5 17.4 -30.9) |
| LCH | lch(68.5 35.5 299.4) |
| OKLCH | oklch(0.735 0.092 291.9) |
Copy-ready code
/* CSS */
color: #aa9fdf;
background-color: #aa9fdf;
/* Tailwind (arbitrary) */
class="text-[#aa9fdf] bg-[#aa9fdf]"
/* SCSS */
$brand: #aa9fdf;
/* SwiftUI */
Color(red: 0.667, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#aa9fdf")Accessibility — WCAG contrast
Aa
#aa9fdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9fdf on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green62.4%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#aa9fdf text on a black background
contrast 8.73:1
Card sample
#aa9fdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9fdf;
Background color
Panel with #aa9fdf background
background-color: #aa9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9fdf; background: linear-gradient(135deg, #aa9fdf, #D59FDF);