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