#a864ba
a balanced, soft violet · warm · closest name: orchid
RGB
168, 100, 186
HSL
287°, 38%, 56%
CMYK
10, 46, 0, 27
Luminance
0.2098
Every format
| HEX | #a864ba |
| RGB | rgb(168, 100, 186) |
| HSL | hsl(287, 38%, 56%) |
| CMYK | cmyk(10%, 46%, 0%, 27%) |
| LAB | lab(52.9 41.7 -34.4) |
| LCH | lch(52.9 54.0 320.5) |
| OKLCH | oklch(0.611 0.145 319.0) |
Copy-ready code
/* CSS */
color: #a864ba;
background-color: #a864ba;
/* Tailwind (arbitrary) */
class="text-[#a864ba] bg-[#a864ba]"
/* SCSS */
$brand: #a864ba;
/* SwiftUI */
Color(red: 0.659, green: 0.392, blue: 0.729)
/* Android */
Color.parseColor("#a864ba")Accessibility — WCAG contrast
Aa
#a864ba on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a864ba on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green39.2%
Blue72.9%
CMYK percentages
Cyan9.7%
Magenta46.2%
Yellow0.0%
Key (black)27.1%
Color previews
#a864ba text on a black background
contrast 5.20:1
Card sample
#a864ba text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a864ba;
Background color
Panel with #a864ba background
background-color: #a864ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a864ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 100, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 100, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a864ba; background: linear-gradient(135deg, #a864ba, #BA6493);