#a8138d
a dark, electric magenta / pink · warm · closest name: purple
RGB
168, 19, 141
HSL
311°, 80%, 37%
CMYK
0, 89, 16, 34
Luminance
0.1071
Every format
| HEX | #a8138d |
| RGB | rgb(168, 19, 141) |
| HSL | hsl(311, 80%, 37%) |
| CMYK | cmyk(0%, 89%, 16%, 34%) |
| LAB | lab(39.1 65.7 -29.3) |
| LCH | lch(39.1 71.9 335.9) |
| OKLCH | oklch(0.503 0.210 337.7) |
Copy-ready code
/* CSS */
color: #a8138d;
background-color: #a8138d;
/* Tailwind (arbitrary) */
class="text-[#a8138d] bg-[#a8138d]"
/* SCSS */
$brand: #a8138d;
/* SwiftUI */
Color(red: 0.659, green: 0.075, blue: 0.553)
/* Android */
Color.parseColor("#a8138d")Accessibility — WCAG contrast
Aa
#a8138d on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a8138d on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green7.5%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow16.1%
Key (black)34.1%
Color previews
#a8138d text on a black background
contrast 3.14:1
Card sample
#a8138d text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8138d;
Background color
Panel with #a8138d background
background-color: #a8138d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8138d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 19, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 19, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8138d; background: linear-gradient(135deg, #a8138d, #A8132A);