#a43fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
164, 63, 223
HSL
278°, 71%, 56%
CMYK
27, 72, 0, 13
Luminance
0.1678
Every format
| HEX | #a43fdf |
| RGB | rgb(164, 63, 223) |
| HSL | hsl(278, 71%, 56%) |
| CMYK | cmyk(27%, 72%, 0%, 13%) |
| LAB | lab(48.0 66.2 -63.5) |
| LCH | lch(48.0 91.7 316.2) |
| OKLCH | oklch(0.581 0.234 309.8) |
Copy-ready code
/* CSS */
color: #a43fdf;
background-color: #a43fdf;
/* Tailwind (arbitrary) */
class="text-[#a43fdf] bg-[#a43fdf]"
/* SCSS */
$brand: #a43fdf;
/* SwiftUI */
Color(red: 0.643, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#a43fdf")Accessibility — WCAG contrast
Aa
#a43fdf on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a43fdf on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green24.7%
Blue87.5%
CMYK percentages
Cyan26.5%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a43fdf text on a black background
contrast 4.36:1
Card sample
#a43fdf text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a43fdf;
Background color
Panel with #a43fdf background
background-color: #a43fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a43fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a43fdf; background: linear-gradient(135deg, #a43fdf, #DF3FAF);