#a30e52
a dark, electric magenta / pink · warm · closest name: crimson
RGB
163, 14, 82
HSL
333°, 84%, 35%
CMYK
0, 91, 50, 36
Luminance
0.0871
Every format
| HEX | #a30e52 |
| RGB | rgb(163, 14, 82) |
| HSL | hsl(333, 84%, 35%) |
| CMYK | cmyk(0%, 91%, 50%, 36%) |
| LAB | lab(35.4 58.9 2.3) |
| LCH | lch(35.4 58.9 2.2) |
| OKLCH | oklch(0.467 0.181 2.0) |
Copy-ready code
/* CSS */
color: #a30e52;
background-color: #a30e52;
/* Tailwind (arbitrary) */
class="text-[#a30e52] bg-[#a30e52]"
/* SCSS */
$brand: #a30e52;
/* SwiftUI */
Color(red: 0.639, green: 0.055, blue: 0.322)
/* Android */
Color.parseColor("#a30e52")Accessibility — WCAG contrast
Aa
#a30e52 on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a30e52 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green5.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow49.7%
Key (black)36.1%
Color previews
#a30e52 text on a black background
contrast 2.74:1
Card sample
#a30e52 text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a30e52;
Background color
Panel with #a30e52 background
background-color: #a30e52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a30e52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 14, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 14, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a30e52; background: linear-gradient(135deg, #a30e52, #A32D0E);