#6D1DA0
A dark, moderate purple closely aligning with Indigo.
About #6D1DA0
At its core, #6D1DA0 is a dark and moderate 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, 29, and 160.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 32% Cyan, 82% Magenta, 0% Yellow, and 37% Black. The HSL representation is 276.6° hue, 69.3% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D1DA0
RGB109, 29, 160
HSL276.6°, 69.3%, 37.1%
CMYK32%, 82%, 0%, 37%
HSV276.6°, 81.9%, 62.7%
LAB31.0, 55.5, -54.4
XYZ13.1, 6.7, 33.9
Decimal7151008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.00:1
Text on #FFFFFF
AAA
2.33:1
Text on #000000
FAIL
8.60:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D1DA0;
}
.text-color {
color: #6D1DA0;
}
.border-color {
border: 2px solid #6D1DA0;
}