#a91cdf
a balanced, electric violet · warm · closest name: magenta
RGB
169, 28, 223
HSL
283°, 78%, 49%
CMYK
24, 87, 0, 13
Luminance
0.1459
Every format
| HEX | #a91cdf |
| RGB | rgb(169, 28, 223) |
| HSL | hsl(283, 78%, 49%) |
| CMYK | cmyk(24%, 87%, 0%, 13%) |
| LAB | lab(45.1 77.5 -68.2) |
| LCH | lch(45.1 103.2 318.7) |
| OKLCH | oklch(0.562 0.265 313.2) |
Copy-ready code
/* CSS */
color: #a91cdf;
background-color: #a91cdf;
/* Tailwind (arbitrary) */
class="text-[#a91cdf] bg-[#a91cdf]"
/* SCSS */
$brand: #a91cdf;
/* SwiftUI */
Color(red: 0.663, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#a91cdf")Accessibility — WCAG contrast
Aa
#a91cdf on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a91cdf on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green11.0%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a91cdf text on a black background
contrast 3.92:1
Card sample
#a91cdf text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a91cdf;
Background color
Panel with #a91cdf background
background-color: #a91cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a91cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a91cdf; background: linear-gradient(135deg, #a91cdf, #DF1C93);