#a63e72
a dark, vivid magenta / pink · warm · closest name: purple
RGB
166, 62, 114
HSL
330°, 46%, 45%
CMYK
0, 63, 31, 35
Luminance
0.1277
Every format
| HEX | #a63e72 |
| RGB | rgb(166, 62, 114) |
| HSL | hsl(330, 46%, 45%) |
| CMYK | cmyk(0%, 63%, 31%, 35%) |
| LAB | lab(42.4 48.0 -7.6) |
| LCH | lch(42.4 48.6 351.0) |
| OKLCH | oklch(0.523 0.147 352.4) |
Copy-ready code
/* CSS */
color: #a63e72;
background-color: #a63e72;
/* Tailwind (arbitrary) */
class="text-[#a63e72] bg-[#a63e72]"
/* SCSS */
$brand: #a63e72;
/* SwiftUI */
Color(red: 0.651, green: 0.243, blue: 0.447)
/* Android */
Color.parseColor("#a63e72")Accessibility — WCAG contrast
Aa
#a63e72 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a63e72 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green24.3%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow31.3%
Key (black)34.9%
Color previews
#a63e72 text on a black background
contrast 3.55:1
Card sample
#a63e72 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a63e72;
Background color
Panel with #a63e72 background
background-color: #a63e72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a63e72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 62, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 62, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a63e72; background: linear-gradient(135deg, #a63e72, #A64F3E);