#a5104f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
165, 16, 79
HSL
335°, 82%, 36%
CMYK
0, 90, 52, 35
Luminance
0.0893
Every format
| HEX | #a5104f |
| RGB | rgb(165, 16, 79) |
| HSL | hsl(335, 82%, 36%) |
| CMYK | cmyk(0%, 90%, 52%, 35%) |
| LAB | lab(35.9 58.8 4.9) |
| LCH | lch(35.9 59.0 4.8) |
| OKLCH | oklch(0.471 0.181 4.1) |
Copy-ready code
/* CSS */
color: #a5104f;
background-color: #a5104f;
/* Tailwind (arbitrary) */
class="text-[#a5104f] bg-[#a5104f]"
/* SCSS */
$brand: #a5104f;
/* SwiftUI */
Color(red: 0.647, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#a5104f")Accessibility — WCAG contrast
Aa
#a5104f on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a5104f on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow52.1%
Key (black)35.3%
Color previews
#a5104f text on a black background
contrast 2.79:1
Card sample
#a5104f text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5104f;
Background color
Panel with #a5104f background
background-color: #a5104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5104f; background: linear-gradient(135deg, #a5104f, #A53410);