#a883df
a light, vivid violet · warm · closest name: slateblue
RGB
168, 131, 223
HSL
264°, 59%, 69%
CMYK
25, 41, 0, 13
Luminance
0.2989
Every format
| HEX | #a883df |
| RGB | rgb(168, 131, 223) |
| HSL | hsl(264, 59%, 69%) |
| CMYK | cmyk(25%, 41%, 0%, 13%) |
| LAB | lab(61.5 32.7 -41.8) |
| LCH | lch(61.5 53.1 308.0) |
| OKLCH | oklch(0.682 0.137 301.4) |
Copy-ready code
/* CSS */
color: #a883df;
background-color: #a883df;
/* Tailwind (arbitrary) */
class="text-[#a883df] bg-[#a883df]"
/* SCSS */
$brand: #a883df;
/* SwiftUI */
Color(red: 0.659, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#a883df")Accessibility — WCAG contrast
Aa
#a883df on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a883df on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green51.4%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#a883df text on a black background
contrast 6.98:1
Card sample
#a883df text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a883df;
Background color
Panel with #a883df background
background-color: #a883df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a883df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a883df; background: linear-gradient(135deg, #a883df, #DF83D9);