#6D0050
A dark, vivid magenta closely aligning with Purple.
About #6D0050
At its core, #6D0050 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Purple. Its digital footprint relies on 109 parts red, 0 parts green, and 80 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D0050
RGB109, 0, 80
HSL316.0°, 100.0%, 21.4%
CMYK0%, 100%, 27%, 57%
HSV316.0°, 100.0%, 42.7%
LAB23.1, 48.3, -16.1
XYZ7.8, 3.8, 7.9
Decimal7143504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.89:1
Text on #FFFFFF
AAA
1.77:1
Text on #000000
FAIL
11.36:1
Text on #F8FAFC
AAA
1.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0050;
}
.text-color {
color: #6D0050;
}
.border-color {
border: 2px solid #6D0050;
}