#751c49
a dark, vivid magenta / pink · warm · closest name: purple
RGB
117, 28, 73
HSL
330°, 61%, 28%
CMYK
0, 76, 38, 54
Luminance
0.0509
Every format
| HEX | #751c49 |
| RGB | rgb(117, 28, 73) |
| HSL | hsl(330, 61%, 28%) |
| CMYK | cmyk(0%, 76%, 38%, 54%) |
| LAB | lab(27.0 42.2 -5.3) |
| LCH | lch(27.0 42.5 352.9) |
| OKLCH | oklch(0.388 0.130 354.1) |
Copy-ready code
/* CSS */
color: #751c49;
background-color: #751c49;
/* Tailwind (arbitrary) */
class="text-[#751c49] bg-[#751c49]"
/* SCSS */
$brand: #751c49;
/* SwiftUI */
Color(red: 0.459, green: 0.110, blue: 0.286)
/* Android */
Color.parseColor("#751c49")Accessibility — WCAG contrast
Aa
#751c49 on white: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751c49 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow37.6%
Key (black)54.1%
Color previews
#751c49 text on a black background
contrast 2.02:1
Card sample
#751c49 text on a white background
contrast 10.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751c49;
Background color
Panel with #751c49 background
background-color: #751c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 28, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 28, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751c49; background: linear-gradient(135deg, #751c49, #752A1C);