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