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