#a864cb
a balanced, vivid violet · warm · closest name: orchid
RGB
168, 100, 203
HSL
280°, 50%, 59%
CMYK
17, 51, 0, 20
Luminance
0.2175
Every format
| HEX | #a864cb |
| RGB | rgb(168, 100, 203) |
| HSL | hsl(280, 50%, 59%) |
| CMYK | cmyk(17%, 51%, 0%, 20%) |
| LAB | lab(53.8 45.3 -42.8) |
| LCH | lch(53.8 62.3 316.6) |
| OKLCH | oklch(0.620 0.163 313.0) |
Copy-ready code
/* CSS */
color: #a864cb;
background-color: #a864cb;
/* Tailwind (arbitrary) */
class="text-[#a864cb] bg-[#a864cb]"
/* SCSS */
$brand: #a864cb;
/* SwiftUI */
Color(red: 0.659, green: 0.392, blue: 0.796)
/* Android */
Color.parseColor("#a864cb")Accessibility — WCAG contrast
Aa
#a864cb on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a864cb on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green39.2%
Blue79.6%
CMYK percentages
Cyan17.2%
Magenta50.7%
Yellow0.0%
Key (black)20.4%
Color previews
#a864cb text on a black background
contrast 5.35:1
Card sample
#a864cb text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a864cb;
Background color
Panel with #a864cb background
background-color: #a864cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a864cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 100, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 100, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a864cb; background: linear-gradient(135deg, #a864cb, #CB64A9);