#a91eb3
a dark, vivid magenta / pink · warm · closest name: purple
RGB
169, 30, 179
HSL
296°, 71%, 41%
CMYK
6, 83, 0, 30
Luminance
0.1262
Every format
| HEX | #a91eb3 |
| RGB | rgb(169, 30, 179) |
| HSL | hsl(296, 71%, 41%) |
| CMYK | cmyk(6%, 83%, 0%, 30%) |
| LAB | lab(42.2 69.4 -47.3) |
| LCH | lch(42.2 84.0 325.7) |
| OKLCH | oklch(0.532 0.230 325.0) |
Copy-ready code
/* CSS */
color: #a91eb3;
background-color: #a91eb3;
/* Tailwind (arbitrary) */
class="text-[#a91eb3] bg-[#a91eb3]"
/* SCSS */
$brand: #a91eb3;
/* SwiftUI */
Color(red: 0.663, green: 0.118, blue: 0.702)
/* Android */
Color.parseColor("#a91eb3")Accessibility — WCAG contrast
Aa
#a91eb3 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a91eb3 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green11.8%
Blue70.2%
CMYK percentages
Cyan5.6%
Magenta83.2%
Yellow0.0%
Key (black)29.8%
Color previews
#a91eb3 text on a black background
contrast 3.52:1
Card sample
#a91eb3 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a91eb3;
Background color
Panel with #a91eb3 background
background-color: #a91eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a91eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 30, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 30, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a91eb3; background: linear-gradient(135deg, #a91eb3, #B31E5A);