#a864ab
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
168, 100, 171
HSL
298°, 30%, 53%
CMYK
2, 42, 0, 33
Luminance
0.2038
Every format
| HEX | #a864ab |
| RGB | rgb(168, 100, 171) |
| HSL | hsl(298, 30%, 53%) |
| CMYK | cmyk(2%, 42%, 0%, 33%) |
| LAB | lab(52.3 38.7 -26.7) |
| LCH | lch(52.3 47.0 325.4) |
| OKLCH | oklch(0.604 0.129 325.5) |
Copy-ready code
/* CSS */
color: #a864ab;
background-color: #a864ab;
/* Tailwind (arbitrary) */
class="text-[#a864ab] bg-[#a864ab]"
/* SCSS */
$brand: #a864ab;
/* SwiftUI */
Color(red: 0.659, green: 0.392, blue: 0.671)
/* Android */
Color.parseColor("#a864ab")Accessibility — WCAG contrast
Aa
#a864ab on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a864ab on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green39.2%
Blue67.1%
CMYK percentages
Cyan1.8%
Magenta41.5%
Yellow0.0%
Key (black)32.9%
Color previews
#a864ab text on a black background
contrast 5.08:1
Card sample
#a864ab text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a864ab;
Background color
Panel with #a864ab background
background-color: #a864ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a864ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 100, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 100, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a864ab; background: linear-gradient(135deg, #a864ab, #AB647F);