#75003A
A dark, vivid magenta closely aligning with Brown.
About #75003A
When working with digital screens, the color #75003A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(117, 0, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75003A
RGB117, 0, 58
HSL330.3°, 100.0%, 22.9%
CMYK0%, 100%, 50%, 54%
HSV330.3°, 100.0%, 45.9%
LAB24.0, 47.8, 0.4
XYZ8.1, 4.1, 4.4
Decimal7667770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.55:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.04:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75003A;
}
.text-color {
color: #75003A;
}
.border-color {
border: 2px solid #75003A;
}