#a864b2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
168, 100, 178
HSL
292°, 34%, 55%
CMYK
6, 44, 0, 30
Luminance
0.2065
Every format
| HEX | #a864b2 |
| RGB | rgb(168, 100, 178) |
| HSL | hsl(292, 34%, 55%) |
| CMYK | cmyk(6%, 44%, 0%, 30%) |
| LAB | lab(52.6 40.0 -30.3) |
| LCH | lch(52.6 50.2 322.9) |
| OKLCH | oklch(0.608 0.136 322.3) |
Copy-ready code
/* CSS */
color: #a864b2;
background-color: #a864b2;
/* Tailwind (arbitrary) */
class="text-[#a864b2] bg-[#a864b2]"
/* SCSS */
$brand: #a864b2;
/* SwiftUI */
Color(red: 0.659, green: 0.392, blue: 0.698)
/* Android */
Color.parseColor("#a864b2")Accessibility — WCAG contrast
Aa
#a864b2 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a864b2 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green39.2%
Blue69.8%
CMYK percentages
Cyan5.6%
Magenta43.8%
Yellow0.0%
Key (black)30.2%
Color previews
#a864b2 text on a black background
contrast 5.13:1
Card sample
#a864b2 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a864b2;
Background color
Panel with #a864b2 background
background-color: #a864b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a864b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 100, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 100, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a864b2; background: linear-gradient(135deg, #a864b2, #B26488);