#aa69df
a balanced, vivid violet · warm · closest name: slateblue
RGB
170, 105, 223
HSL
273°, 65%, 64%
CMYK
24, 53, 0, 13
Luminance
0.2398
Every format
| HEX | #aa69df |
| RGB | rgb(170, 105, 223) |
| HSL | hsl(273, 65%, 64%) |
| CMYK | cmyk(24%, 53%, 0%, 13%) |
| LAB | lab(56.1 47.6 -50.5) |
| LCH | lch(56.1 69.3 313.3) |
| OKLCH | oklch(0.641 0.179 307.5) |
Copy-ready code
/* CSS */
color: #aa69df;
background-color: #aa69df;
/* Tailwind (arbitrary) */
class="text-[#aa69df] bg-[#aa69df]"
/* SCSS */
$brand: #aa69df;
/* SwiftUI */
Color(red: 0.667, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#aa69df")Accessibility — WCAG contrast
Aa
#aa69df on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa69df on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green41.2%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#aa69df text on a black background
contrast 5.80:1
Card sample
#aa69df text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa69df;
Background color
Panel with #aa69df background
background-color: #aa69df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa69df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa69df; background: linear-gradient(135deg, #aa69df, #DF69C5);