#a34fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
163, 79, 223
HSL
275°, 69%, 59%
CMYK
27, 65, 0, 13
Luminance
0.1871
Every format
| HEX | #a34fdf |
| RGB | rgb(163, 79, 223) |
| HSL | hsl(275, 69%, 59%) |
| CMYK | cmyk(27%, 65%, 0%, 13%) |
| LAB | lab(50.3 59.0 -59.7) |
| LCH | lch(50.3 83.9 314.7) |
| OKLCH | oklch(0.598 0.214 308.0) |
Copy-ready code
/* CSS */
color: #a34fdf;
background-color: #a34fdf;
/* Tailwind (arbitrary) */
class="text-[#a34fdf] bg-[#a34fdf]"
/* SCSS */
$brand: #a34fdf;
/* SwiftUI */
Color(red: 0.639, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#a34fdf")Accessibility — WCAG contrast
Aa
#a34fdf on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a34fdf on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green31.0%
Blue87.5%
CMYK percentages
Cyan26.9%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#a34fdf text on a black background
contrast 4.74:1
Card sample
#a34fdf text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a34fdf;
Background color
Panel with #a34fdf background
background-color: #a34fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a34fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a34fdf; background: linear-gradient(135deg, #a34fdf, #DF4FBB);