#6D078A
A dark, vivid magenta closely aligning with Indigo.
About #6D078A
At its core, #6D078A is a dark and vivid hue. Designers often compare it to the standard color Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 7, and 138.
If you are designing for print, the four-color process is what matters most. The color uses 21% Cyan, 95% Magenta, 0% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#6D078A
RGB109, 7, 138
HSL286.7°, 90.3%, 28.4%
CMYK21%, 95%, 0%, 46%
HSV286.7°, 94.9%, 54.1%
LAB27.4, 56.4, -46.8
XYZ11.0, 5.2, 24.5
Decimal7145354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.26:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.80:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D078A;
}
.text-color {
color: #6D078A;
}
.border-color {
border: 2px solid #6D078A;
}