#a3298f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
163, 41, 143
HSL
310°, 60%, 40%
CMYK
0, 75, 12, 36
Luminance
0.1136
Every format
| HEX | #a3298f |
| RGB | rgb(163, 41, 143) |
| HSL | hsl(310, 60%, 40%) |
| CMYK | cmyk(0%, 75%, 12%, 36%) |
| LAB | lab(40.2 59.4 -28.9) |
| LCH | lch(40.2 66.1 334.1) |
| OKLCH | oklch(0.510 0.191 335.6) |
Copy-ready code
/* CSS */
color: #a3298f;
background-color: #a3298f;
/* Tailwind (arbitrary) */
class="text-[#a3298f] bg-[#a3298f]"
/* SCSS */
$brand: #a3298f;
/* SwiftUI */
Color(red: 0.639, green: 0.161, blue: 0.561)
/* Android */
Color.parseColor("#a3298f")Accessibility — WCAG contrast
Aa
#a3298f on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a3298f on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green16.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow12.3%
Key (black)36.1%
Color previews
#a3298f text on a black background
contrast 3.27:1
Card sample
#a3298f text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3298f;
Background color
Panel with #a3298f background
background-color: #a3298f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3298f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 41, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 41, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3298f; background: linear-gradient(135deg, #a3298f, #A3293E);