#a91eb5
a dark, vivid magenta / pink · warm · closest name: purple
RGB
169, 30, 181
HSL
295°, 72%, 41%
CMYK
7, 83, 0, 29
Luminance
0.1270
Every format
| HEX | #a91eb5 |
| RGB | rgb(169, 30, 181) |
| HSL | hsl(295, 72%, 41%) |
| CMYK | cmyk(7%, 83%, 0%, 29%) |
| LAB | lab(42.3 69.7 -48.3) |
| LCH | lch(42.3 84.8 325.3) |
| OKLCH | oklch(0.534 0.232 324.4) |
Copy-ready code
/* CSS */
color: #a91eb5;
background-color: #a91eb5;
/* Tailwind (arbitrary) */
class="text-[#a91eb5] bg-[#a91eb5]"
/* SCSS */
$brand: #a91eb5;
/* SwiftUI */
Color(red: 0.663, green: 0.118, blue: 0.710)
/* Android */
Color.parseColor("#a91eb5")Accessibility — WCAG contrast
Aa
#a91eb5 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a91eb5 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green11.8%
Blue71.0%
CMYK percentages
Cyan6.6%
Magenta83.4%
Yellow0.0%
Key (black)29.0%
Color previews
#a91eb5 text on a black background
contrast 3.54:1
Card sample
#a91eb5 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a91eb5;
Background color
Panel with #a91eb5 background
background-color: #a91eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a91eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 30, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 30, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a91eb5; background: linear-gradient(135deg, #a91eb5, #B51E5C);