#aa69ff
a light, electric violet · warm · closest name: slateblue
RGB
170, 105, 255
HSL
266°, 100%, 71%
CMYK
33, 59, 0, 0
Luminance
0.2587
Every format
| HEX | #aa69ff |
| RGB | rgb(170, 105, 255) |
| HSL | hsl(266, 100%, 71%) |
| CMYK | cmyk(33%, 59%, 0%, 0%) |
| LAB | lab(57.9 55.1 -65.3) |
| LCH | lch(57.9 85.5 310.1) |
| OKLCH | oklch(0.661 0.215 300.6) |
Copy-ready code
/* CSS */
color: #aa69ff;
background-color: #aa69ff;
/* Tailwind (arbitrary) */
class="text-[#aa69ff] bg-[#aa69ff]"
/* SCSS */
$brand: #aa69ff;
/* SwiftUI */
Color(red: 0.667, green: 0.412, blue: 1.000)
/* Android */
Color.parseColor("#aa69ff")Accessibility — WCAG contrast
Aa
#aa69ff on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa69ff on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green41.2%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta58.8%
Yellow0.0%
Key (black)0.0%
Color previews
#aa69ff text on a black background
contrast 6.17:1
Card sample
#aa69ff text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa69ff;
Background color
Panel with #aa69ff background
background-color: #aa69ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa69ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 105, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 105, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa69ff; background: linear-gradient(135deg, #aa69ff, #FF69F0);