#a918be
a dark, electric magenta / pink · warm · closest name: purple
RGB
169, 24, 190
HSL
292°, 78%, 42%
CMYK
11, 87, 0, 26
Luminance
0.1281
Every format
| HEX | #a918be |
| RGB | rgb(169, 24, 190) |
| HSL | hsl(292, 78%, 42%) |
| CMYK | cmyk(11%, 87%, 0%, 26%) |
| LAB | lab(42.5 72.5 -53.3) |
| LCH | lch(42.5 90.0 323.7) |
| OKLCH | oklch(0.537 0.242 321.9) |
Copy-ready code
/* CSS */
color: #a918be;
background-color: #a918be;
/* Tailwind (arbitrary) */
class="text-[#a918be] bg-[#a918be]"
/* SCSS */
$brand: #a918be;
/* SwiftUI */
Color(red: 0.663, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#a918be")Accessibility — WCAG contrast
Aa
#a918be on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a918be on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green9.4%
Blue74.5%
CMYK percentages
Cyan11.1%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#a918be text on a black background
contrast 3.56:1
Card sample
#a918be text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a918be;
Background color
Panel with #a918be background
background-color: #a918be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a918be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a918be; background: linear-gradient(135deg, #a918be, #BE1864);