#a01cdf
a balanced, electric violet · warm · closest name: magenta
RGB
160, 28, 223
HSL
281°, 78%, 49%
CMYK
28, 87, 0, 13
Luminance
0.1363
Every format
| HEX | #a01cdf |
| RGB | rgb(160, 28, 223) |
| HSL | hsl(281, 78%, 49%) |
| CMYK | cmyk(28%, 87%, 0%, 13%) |
| LAB | lab(43.7 76.3 -70.5) |
| LCH | lch(43.7 103.8 317.3) |
| OKLCH | oklch(0.550 0.263 310.3) |
Copy-ready code
/* CSS */
color: #a01cdf;
background-color: #a01cdf;
/* Tailwind (arbitrary) */
class="text-[#a01cdf] bg-[#a01cdf]"
/* SCSS */
$brand: #a01cdf;
/* SwiftUI */
Color(red: 0.627, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#a01cdf")Accessibility — WCAG contrast
Aa
#a01cdf on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a01cdf on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green11.0%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a01cdf text on a black background
contrast 3.73:1
Card sample
#a01cdf text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a01cdf;
Background color
Panel with #a01cdf background
background-color: #a01cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a01cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a01cdf; background: linear-gradient(135deg, #a01cdf, #DF1C9C);