#6D00DB
A medium, vivid purple closely aligning with Blueviolet.
About #6D00DB
At its core, #6D00DB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 0, and 219.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 100% M, 0% Y, and 14% K. With a hue angle of 269.9 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. 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#6D00DB
RGB109, 0, 219
HSL269.9°, 100.0%, 42.9%
CMYK50%, 100%, 0%, 14%
HSV269.9°, 100.0%, 85.9%
LAB34.7, 74.2, -83.2
XYZ19.1, 8.4, 67.6
Decimal7143643
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.86:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.51:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D00DB;
}
.text-color {
color: #6D00DB;
}
.border-color {
border: 2px solid #6D00DB;
}