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