#751069
a dark, electric magenta / pink · warm · closest name: purple
RGB
117, 16, 105
HSL
307°, 76%, 26%
CMYK
0, 86, 10, 54
Luminance
0.0517
Every format
| HEX | #751069 |
| RGB | rgb(117, 16, 105) |
| HSL | hsl(307, 76%, 26%) |
| CMYK | cmyk(0%, 86%, 10%, 54%) |
| LAB | lab(27.2 50.3 -26.0) |
| LCH | lch(27.2 56.6 332.7) |
| OKLCH | oklch(0.394 0.163 334.0) |
Copy-ready code
/* CSS */
color: #751069;
background-color: #751069;
/* Tailwind (arbitrary) */
class="text-[#751069] bg-[#751069]"
/* SCSS */
$brand: #751069;
/* SwiftUI */
Color(red: 0.459, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#751069")Accessibility — WCAG contrast
Aa
#751069 on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751069 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow10.3%
Key (black)54.1%
Color previews
#751069 text on a black background
contrast 2.03:1
Card sample
#751069 text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751069;
Background color
Panel with #751069 background
background-color: #751069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751069; background: linear-gradient(135deg, #751069, #751026);