#a91eb7
a dark, vivid magenta / pink · warm · closest name: purple
RGB
169, 30, 183
HSL
295°, 72%, 42%
CMYK
8, 84, 0, 28
Luminance
0.1278
Every format
| HEX | #a91eb7 |
| RGB | rgb(169, 30, 183) |
| HSL | hsl(295, 72%, 42%) |
| CMYK | cmyk(8%, 84%, 0%, 28%) |
| LAB | lab(42.4 70.1 -49.2) |
| LCH | lch(42.4 85.6 324.9) |
| OKLCH | oklch(0.535 0.233 323.8) |
Copy-ready code
/* CSS */
color: #a91eb7;
background-color: #a91eb7;
/* Tailwind (arbitrary) */
class="text-[#a91eb7] bg-[#a91eb7]"
/* SCSS */
$brand: #a91eb7;
/* SwiftUI */
Color(red: 0.663, green: 0.118, blue: 0.718)
/* Android */
Color.parseColor("#a91eb7")Accessibility — WCAG contrast
Aa
#a91eb7 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a91eb7 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green11.8%
Blue71.8%
CMYK percentages
Cyan7.7%
Magenta83.6%
Yellow0.0%
Key (black)28.2%
Color previews
#a91eb7 text on a black background
contrast 3.56:1
Card sample
#a91eb7 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a91eb7;
Background color
Panel with #a91eb7 background
background-color: #a91eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a91eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 30, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 30, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a91eb7; background: linear-gradient(135deg, #a91eb7, #B71E5F);