#a91c63
a dark, vivid magenta / pink · warm · closest name: purple
RGB
169, 28, 99
HSL
330°, 72%, 39%
CMYK
0, 83, 41, 34
Luminance
0.1017
Every format
| HEX | #a91c63 |
| RGB | rgb(169, 28, 99) |
| HSL | hsl(330, 72%, 39%) |
| CMYK | cmyk(0%, 83%, 41%, 34%) |
| LAB | lab(38.1 59.1 -4.5) |
| LCH | lch(38.1 59.3 355.6) |
| OKLCH | oklch(0.491 0.182 356.5) |
Copy-ready code
/* CSS */
color: #a91c63;
background-color: #a91c63;
/* Tailwind (arbitrary) */
class="text-[#a91c63] bg-[#a91c63]"
/* SCSS */
$brand: #a91c63;
/* SwiftUI */
Color(red: 0.663, green: 0.110, blue: 0.388)
/* Android */
Color.parseColor("#a91c63")Accessibility — WCAG contrast
Aa
#a91c63 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a91c63 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green11.0%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow41.4%
Key (black)33.7%
Color previews
#a91c63 text on a black background
contrast 3.03:1
Card sample
#a91c63 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a91c63;
Background color
Panel with #a91c63 background
background-color: #a91c63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a91c63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 28, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 28, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a91c63; background: linear-gradient(135deg, #a91c63, #A9331C);