#a83fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
168, 63, 223
HSL
279°, 71%, 56%
CMYK
25, 72, 0, 13
Luminance
0.1721
Every format
| HEX | #a83fdf |
| RGB | rgb(168, 63, 223) |
| HSL | hsl(279, 71%, 56%) |
| CMYK | cmyk(25%, 72%, 0%, 13%) |
| LAB | lab(48.5 67.0 -62.6) |
| LCH | lch(48.5 91.6 316.9) |
| OKLCH | oklch(0.586 0.235 311.2) |
Copy-ready code
/* CSS */
color: #a83fdf;
background-color: #a83fdf;
/* Tailwind (arbitrary) */
class="text-[#a83fdf] bg-[#a83fdf]"
/* SCSS */
$brand: #a83fdf;
/* SwiftUI */
Color(red: 0.659, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#a83fdf")Accessibility — WCAG contrast
Aa
#a83fdf on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a83fdf on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green24.7%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a83fdf text on a black background
contrast 4.44:1
Card sample
#a83fdf text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a83fdf;
Background color
Panel with #a83fdf background
background-color: #a83fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a83fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a83fdf; background: linear-gradient(135deg, #a83fdf, #DF3FAB);