#751f7f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
117, 31, 127
HSL
294°, 61%, 31%
CMYK
8, 76, 0, 50
Luminance
0.0629
Every format
| HEX | #751f7f |
| RGB | rgb(117, 31, 127) |
| HSL | hsl(294, 61%, 31%) |
| CMYK | cmyk(8%, 76%, 0%, 50%) |
| LAB | lab(30.1 49.5 -35.4) |
| LCH | lch(30.1 60.9 324.4) |
| OKLCH | oklch(0.419 0.166 323.4) |
Copy-ready code
/* CSS */
color: #751f7f;
background-color: #751f7f;
/* Tailwind (arbitrary) */
class="text-[#751f7f] bg-[#751f7f]"
/* SCSS */
$brand: #751f7f;
/* SwiftUI */
Color(red: 0.459, green: 0.122, blue: 0.498)
/* Android */
Color.parseColor("#751f7f")Accessibility — WCAG contrast
Aa
#751f7f on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751f7f on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green12.2%
Blue49.8%
CMYK percentages
Cyan7.9%
Magenta75.6%
Yellow0.0%
Key (black)50.2%
Color previews
#751f7f text on a black background
contrast 2.26:1
Card sample
#751f7f text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751f7f;
Background color
Panel with #751f7f background
background-color: #751f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 31, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 31, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751f7f; background: linear-gradient(135deg, #751f7f, #7F1F49);