#75103c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
117, 16, 60
HSL
334°, 76%, 26%
CMYK
0, 86, 49, 54
Luminance
0.0448
Every format
| HEX | #75103c |
| RGB | rgb(117, 16, 60) |
| HSL | hsl(334, 76%, 26%) |
| CMYK | cmyk(0%, 86%, 49%, 54%) |
| LAB | lab(25.2 44.6 0.9) |
| LCH | lch(25.2 44.6 1.1) |
| OKLCH | oklch(0.373 0.137 1.1) |
Copy-ready code
/* CSS */
color: #75103c;
background-color: #75103c;
/* Tailwind (arbitrary) */
class="text-[#75103c] bg-[#75103c]"
/* SCSS */
$brand: #75103c;
/* SwiftUI */
Color(red: 0.459, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#75103c")Accessibility — WCAG contrast
Aa
#75103c on white: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#75103c on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow48.7%
Key (black)54.1%
Color previews
#75103c text on a black background
contrast 1.90:1
Card sample
#75103c text on a white background
contrast 11.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75103c;
Background color
Panel with #75103c background
background-color: #75103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75103c; background: linear-gradient(135deg, #75103c, #752710);