#6D1DA8
A dark, vivid purple closely aligning with Indigo.
About #6D1DA8
At its core, #6D1DA8 is a dark and vivid hue. It is closely associated with the named CSS color Indigo. This translates to an RGB value of rgb(109, 29, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 35% cyan and 83% magenta inks. With a hue angle of 274.5 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#6D1DA8
RGB109, 29, 168
HSL274.5°, 70.6%, 38.6%
CMYK35%, 83%, 0%, 34%
HSV274.5°, 82.7%, 65.9%
LAB31.7, 57.2, -58.1
XYZ13.8, 7.0, 37.7
Decimal7151016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.78:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.39:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D1DA8;
}
.text-color {
color: #6D1DA8;
}
.border-color {
border: 2px solid #6D1DA8;
}