#a856df
a balanced, vivid violet · warm · closest name: slateblue
RGB
168, 86, 223
HSL
276°, 68%, 61%
CMYK
25, 61, 0, 13
Luminance
0.2031
Every format
| HEX | #a856df |
| RGB | rgb(168, 86, 223) |
| HSL | hsl(276, 68%, 61%) |
| CMYK | cmyk(25%, 61%, 0%, 13%) |
| LAB | lab(52.2 56.8 -56.7) |
| LCH | lch(52.2 80.2 315.1) |
| OKLCH | oklch(0.612 0.206 309.2) |
Copy-ready code
/* CSS */
color: #a856df;
background-color: #a856df;
/* Tailwind (arbitrary) */
class="text-[#a856df] bg-[#a856df]"
/* SCSS */
$brand: #a856df;
/* SwiftUI */
Color(red: 0.659, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#a856df")Accessibility — WCAG contrast
Aa
#a856df on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a856df on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green33.7%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a856df text on a black background
contrast 5.06:1
Card sample
#a856df text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a856df;
Background color
Panel with #a856df background
background-color: #a856df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a856df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a856df; background: linear-gradient(135deg, #a856df, #DF56BB);