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