#a1237e
a dark, vivid magenta / pink · warm · closest name: purple
RGB
161, 35, 126
HSL
317°, 64%, 38%
CMYK
0, 78, 22, 37
Luminance
0.1029
Every format
| HEX | #a1237e |
| RGB | rgb(161, 35, 126) |
| HSL | hsl(317, 64%, 38%) |
| CMYK | cmyk(0%, 78%, 22%, 37%) |
| LAB | lab(38.4 58.4 -21.3) |
| LCH | lch(38.4 62.2 339.9) |
| OKLCH | oklch(0.493 0.185 341.9) |
Copy-ready code
/* CSS */
color: #a1237e;
background-color: #a1237e;
/* Tailwind (arbitrary) */
class="text-[#a1237e] bg-[#a1237e]"
/* SCSS */
$brand: #a1237e;
/* SwiftUI */
Color(red: 0.631, green: 0.137, blue: 0.494)
/* Android */
Color.parseColor("#a1237e")Accessibility — WCAG contrast
Aa
#a1237e on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a1237e on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green13.7%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow21.7%
Key (black)36.9%
Color previews
#a1237e text on a black background
contrast 3.06:1
Card sample
#a1237e text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1237e;
Background color
Panel with #a1237e background
background-color: #a1237e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1237e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 35, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 35, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1237e; background: linear-gradient(135deg, #a1237e, #A1232A);