#751a4d
a dark, vivid magenta / pink · warm · closest name: purple
RGB
117, 26, 77
HSL
326°, 64%, 28%
CMYK
0, 78, 34, 54
Luminance
0.0506
Every format
| HEX | #751a4d |
| RGB | rgb(117, 26, 77) |
| HSL | hsl(326, 64%, 28%) |
| CMYK | cmyk(0%, 78%, 34%, 54%) |
| LAB | lab(26.9 43.4 -8.1) |
| LCH | lch(26.9 44.1 349.4) |
| OKLCH | oklch(0.388 0.134 351.0) |
Copy-ready code
/* CSS */
color: #751a4d;
background-color: #751a4d;
/* Tailwind (arbitrary) */
class="text-[#751a4d] bg-[#751a4d]"
/* SCSS */
$brand: #751a4d;
/* SwiftUI */
Color(red: 0.459, green: 0.102, blue: 0.302)
/* Android */
Color.parseColor("#751a4d")Accessibility — WCAG contrast
Aa
#751a4d on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751a4d on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green10.2%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow34.2%
Key (black)54.1%
Color previews
#751a4d text on a black background
contrast 2.01:1
Card sample
#751a4d text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751a4d;
Background color
Panel with #751a4d background
background-color: #751a4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751a4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 26, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 26, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751a4d; background: linear-gradient(135deg, #751a4d, #75241A);