#6D2CAF
A medium, moderate purple closely aligning with Indigo.
About #6D2CAF
When working with digital screens, the color #6D2CAF is rendered by mixing light. It is closely associated with the named CSS color Indigo. In the RGB color space, it consists of 109 red, 44 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 38% Cyan, 75% Magenta, 0% Yellow, and 31% Black. With a hue angle of 269.8 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D2CAF
RGB109, 44, 175
HSL269.8°, 59.8%, 42.9%
CMYK38%, 75%, 0%, 31%
HSV269.8°, 74.9%, 68.6%
LAB34.3, 53.1, -58.1
XYZ14.9, 8.1, 41.3
Decimal7154863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.99:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.63:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D2CAF;
}
.text-color {
color: #6D2CAF;
}
.border-color {
border: 2px solid #6D2CAF;
}