#a04fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 79, 223
HSL
274°, 69%, 59%
CMYK
28, 65, 0, 13
Luminance
0.1839
Every format
| HEX | #a04fdf |
| RGB | rgb(160, 79, 223) |
| HSL | hsl(274, 69%, 59%) |
| CMYK | cmyk(28%, 65%, 0%, 13%) |
| LAB | lab(50.0 58.4 -60.3) |
| LCH | lch(50.0 83.9 314.1) |
| OKLCH | oklch(0.594 0.213 306.9) |
Copy-ready code
/* CSS */
color: #a04fdf;
background-color: #a04fdf;
/* Tailwind (arbitrary) */
class="text-[#a04fdf] bg-[#a04fdf]"
/* SCSS */
$brand: #a04fdf;
/* SwiftUI */
Color(red: 0.627, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#a04fdf")Accessibility — WCAG contrast
Aa
#a04fdf on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a04fdf on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green31.0%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#a04fdf text on a black background
contrast 4.68:1
Card sample
#a04fdf text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a04fdf;
Background color
Panel with #a04fdf background
background-color: #a04fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a04fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a04fdf; background: linear-gradient(135deg, #a04fdf, #DF4FBE);