#6D0733
A dark, vivid magenta closely aligning with Brown.
About #6D0733
At its core, #6D0733 is a dark and vivid hue. Its closest recognized web color is Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 7, and 51.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 94% Magenta, 53% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D0733
RGB109, 7, 51
HSL334.1°, 87.9%, 22.7%
CMYK0%, 94%, 53%, 57%
HSV334.1°, 93.6%, 42.7%
LAB22.5, 43.6, 2.9
XYZ7.0, 3.6, 3.5
Decimal7145267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.15:1
Text on #FFFFFF
AAA
1.73:1
Text on #000000
FAIL
11.61:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0733;
}
.text-color {
color: #6D0733;
}
.border-color {
border: 2px solid #6D0733;
}