#75073A
A dark, vivid magenta closely aligning with Brown.
About #75073A
Visually, #75073A is defined as a vivid magenta. Its closest recognized web color is Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 7, and 58.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 94% Magenta, 50% Yellow, and 54% Black. The HSL representation is 332.2° hue, 88.7% saturation, and 24.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75073A
RGB117, 7, 58
HSL332.2°, 88.7%, 24.3%
CMYK0%, 94%, 50%, 54%
HSV332.2°, 94.0%, 45.9%
LAB24.4, 46.4, 1.2
XYZ8.2, 4.2, 4.4
Decimal7669562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.36:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.86:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75073A;
}
.text-color {
color: #75073A;
}
.border-color {
border: 2px solid #75073A;
}