#a91ccc
a balanced, electric violet · warm · closest name: magenta
RGB
169, 28, 204
HSL
288°, 76%, 46%
CMYK
17, 86, 0, 20
Luminance
0.1363
Every format
| HEX | #a91ccc |
| RGB | rgb(169, 28, 204) |
| HSL | hsl(288, 76%, 46%) |
| CMYK | cmyk(17%, 86%, 0%, 20%) |
| LAB | lab(43.7 74.1 -59.5) |
| LCH | lch(43.7 95.0 321.2) |
| OKLCH | oklch(0.548 0.250 317.9) |
Copy-ready code
/* CSS */
color: #a91ccc;
background-color: #a91ccc;
/* Tailwind (arbitrary) */
class="text-[#a91ccc] bg-[#a91ccc]"
/* SCSS */
$brand: #a91ccc;
/* SwiftUI */
Color(red: 0.663, green: 0.110, blue: 0.800)
/* Android */
Color.parseColor("#a91ccc")Accessibility — WCAG contrast
Aa
#a91ccc on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a91ccc on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green11.0%
Blue80.0%
CMYK percentages
Cyan17.2%
Magenta86.3%
Yellow0.0%
Key (black)20.0%
Color previews
#a91ccc text on a black background
contrast 3.73:1
Card sample
#a91ccc text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a91ccc;
Background color
Panel with #a91ccc background
background-color: #a91ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a91ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 28, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 28, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a91ccc; background: linear-gradient(135deg, #a91ccc, #CC1C7A);