#aa63cf
a balanced, vivid violet · warm · closest name: orchid
RGB
170, 99, 207
HSL
279°, 53%, 60%
CMYK
18, 52, 0, 19
Luminance
0.2197
Every format
| HEX | #aa63cf |
| RGB | rgb(170, 99, 207) |
| HSL | hsl(279, 53%, 60%) |
| CMYK | cmyk(18%, 52%, 0%, 19%) |
| LAB | lab(54.0 47.2 -44.7) |
| LCH | lch(54.0 65.0 316.6) |
| OKLCH | oklch(0.623 0.170 312.8) |
Copy-ready code
/* CSS */
color: #aa63cf;
background-color: #aa63cf;
/* Tailwind (arbitrary) */
class="text-[#aa63cf] bg-[#aa63cf]"
/* SCSS */
$brand: #aa63cf;
/* SwiftUI */
Color(red: 0.667, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#aa63cf")Accessibility — WCAG contrast
Aa
#aa63cf on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa63cf on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green38.8%
Blue81.2%
CMYK percentages
Cyan17.9%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#aa63cf text on a black background
contrast 5.39:1
Card sample
#aa63cf text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa63cf;
Background color
Panel with #aa63cf background
background-color: #aa63cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa63cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa63cf; background: linear-gradient(135deg, #aa63cf, #CF63AC);