#aa8fdf
a light, vivid violet · warm · closest name: plum
RGB
170, 143, 223
HSL
260°, 56%, 72%
CMYK
24, 36, 0, 13
Luminance
0.3352
Every format
| HEX | #aa8fdf |
| RGB | rgb(170, 143, 223) |
| HSL | hsl(260, 56%, 72%) |
| CMYK | cmyk(24%, 36%, 0%, 13%) |
| LAB | lab(64.6 26.5 -37.0) |
| LCH | lch(64.6 45.5 305.6) |
| OKLCH | oklch(0.705 0.117 298.9) |
Copy-ready code
/* CSS */
color: #aa8fdf;
background-color: #aa8fdf;
/* Tailwind (arbitrary) */
class="text-[#aa8fdf] bg-[#aa8fdf]"
/* SCSS */
$brand: #aa8fdf;
/* SwiftUI */
Color(red: 0.667, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#aa8fdf")Accessibility — WCAG contrast
Aa
#aa8fdf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa8fdf on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#aa8fdf text on a black background
contrast 7.70:1
Card sample
#aa8fdf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa8fdf;
Background color
Panel with #aa8fdf background
background-color: #aa8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa8fdf; background: linear-gradient(135deg, #aa8fdf, #DF8FDF);