#751c64
a dark, vivid magenta / pink · warm · closest name: purple
RGB
117, 28, 100
HSL
312°, 61%, 28%
CMYK
0, 76, 15, 54
Luminance
0.0553
Every format
| HEX | #751c64 |
| RGB | rgb(117, 28, 100) |
| HSL | hsl(312, 61%, 28%) |
| CMYK | cmyk(0%, 76%, 15%, 54%) |
| LAB | lab(28.2 45.9 -21.2) |
| LCH | lch(28.2 50.6 335.2) |
| OKLCH | oklch(0.401 0.147 336.9) |
Copy-ready code
/* CSS */
color: #751c64;
background-color: #751c64;
/* Tailwind (arbitrary) */
class="text-[#751c64] bg-[#751c64]"
/* SCSS */
$brand: #751c64;
/* SwiftUI */
Color(red: 0.459, green: 0.110, blue: 0.392)
/* Android */
Color.parseColor("#751c64")Accessibility — WCAG contrast
Aa
#751c64 on white: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751c64 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.0%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow14.5%
Key (black)54.1%
Color previews
#751c64 text on a black background
contrast 2.11:1
Card sample
#751c64 text on a white background
contrast 9.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751c64;
Background color
Panel with #751c64 background
background-color: #751c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 28, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 28, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751c64; background: linear-gradient(135deg, #751c64, #751C29);