#6D2CDB
A medium, vivid purple closely aligning with Blueviolet.
About #6D2CDB
Visually, #6D2CDB is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 109 red, 44 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 80% M, 0% Y, and 14% K. The HSL representation is 262.3° hue, 70.9% saturation, and 51.6% lightness.
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#6D2CDB
RGB109, 44, 219
HSL262.3°, 70.9%, 51.6%
CMYK50%, 80%, 0%, 14%
HSV262.3°, 79.9%, 85.9%
LAB38.1, 64.0, -77.5
XYZ20.0, 10.2, 67.9
Decimal7154907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.92:1
Text on #FFFFFF
AA
3.03:1
Text on #000000
AA Large
6.62:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D2CDB;
}
.text-color {
color: #6D2CDB;
}
.border-color {
border: 2px solid #6D2CDB;
}