#aa68eb
a light, electric violet · warm · closest name: slateblue
RGB
170, 104, 235
HSL
270°, 77%, 67%
CMYK
28, 56, 0, 8
Luminance
0.2444
Every format
| HEX | #aa68eb |
| RGB | rgb(170, 104, 235) |
| HSL | hsl(270, 77%, 67%) |
| CMYK | cmyk(28%, 56%, 0%, 8%) |
| LAB | lab(56.5 50.9 -56.5) |
| LCH | lch(56.5 76.0 312.0) |
| OKLCH | oklch(0.647 0.194 304.8) |
Copy-ready code
/* CSS */
color: #aa68eb;
background-color: #aa68eb;
/* Tailwind (arbitrary) */
class="text-[#aa68eb] bg-[#aa68eb]"
/* SCSS */
$brand: #aa68eb;
/* SwiftUI */
Color(red: 0.667, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#aa68eb")Accessibility — WCAG contrast
Aa
#aa68eb on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa68eb on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green40.8%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#aa68eb text on a black background
contrast 5.89:1
Card sample
#aa68eb text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa68eb;
Background color
Panel with #aa68eb background
background-color: #aa68eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa68eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa68eb; background: linear-gradient(135deg, #aa68eb, #EB68D5);