#75104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
117, 16, 79
HSL
323°, 76%, 26%
CMYK
0, 86, 33, 54
Luminance
0.0472
Every format
| HEX | #75104f |
| RGB | rgb(117, 16, 79) |
| HSL | hsl(323, 76%, 26%) |
| CMYK | cmyk(0%, 86%, 33%, 54%) |
| LAB | lab(25.9 46.7 -10.9) |
| LCH | lch(25.9 47.9 346.8) |
| OKLCH | oklch(0.381 0.146 348.6) |
Copy-ready code
/* CSS */
color: #75104f;
background-color: #75104f;
/* Tailwind (arbitrary) */
class="text-[#75104f] bg-[#75104f]"
/* SCSS */
$brand: #75104f;
/* SwiftUI */
Color(red: 0.459, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#75104f")Accessibility — WCAG contrast
Aa
#75104f on white: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#75104f on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow32.5%
Key (black)54.1%
Color previews
#75104f text on a black background
contrast 1.94:1
Card sample
#75104f text on a white background
contrast 10.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75104f;
Background color
Panel with #75104f background
background-color: #75104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75104f; background: linear-gradient(135deg, #75104f, #751410);