#aa79dc
a light, vivid violet · warm · closest name: orchid
RGB
170, 121, 220
HSL
270°, 59%, 67%
CMYK
23, 45, 0, 14
Luminance
0.2739
Every format
| HEX | #aa79dc |
| RGB | rgb(170, 121, 220) |
| HSL | hsl(270, 59%, 67%) |
| CMYK | cmyk(23%, 45%, 0%, 14%) |
| LAB | lab(59.3 38.2 -43.6) |
| LCH | lch(59.3 58.0 311.2) |
| OKLCH | oklch(0.665 0.150 305.5) |
Copy-ready code
/* CSS */
color: #aa79dc;
background-color: #aa79dc;
/* Tailwind (arbitrary) */
class="text-[#aa79dc] bg-[#aa79dc]"
/* SCSS */
$brand: #aa79dc;
/* SwiftUI */
Color(red: 0.667, green: 0.475, blue: 0.863)
/* Android */
Color.parseColor("#aa79dc")Accessibility — WCAG contrast
Aa
#aa79dc on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa79dc on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green47.5%
Blue86.3%
CMYK percentages
Cyan22.7%
Magenta45.0%
Yellow0.0%
Key (black)13.7%
Color previews
#aa79dc text on a black background
contrast 6.48:1
Card sample
#aa79dc text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa79dc;
Background color
Panel with #aa79dc background
background-color: #aa79dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa79dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 121, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 121, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa79dc; background: linear-gradient(135deg, #aa79dc, #DC79CC);