#6D2CE2
A medium, vivid purple closely aligning with Blueviolet.
About #6D2CE2
Visually, #6D2CE2 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. Its digital footprint relies on 109 parts red, 44 parts green, and 226 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 52% Cyan, 81% Magenta, 0% Yellow, and 11% Black. With a hue angle of 261.4 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D2CE2
RGB109, 44, 226
HSL261.4°, 75.8%, 52.9%
CMYK52%, 81%, 0%, 11%
HSV261.4°, 80.5%, 88.6%
LAB38.8, 65.7, -80.5
XYZ20.9, 10.5, 72.9
Decimal7154914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D2CE2;
}
.text-color {
color: #6D2CE2;
}
.border-color {
border: 2px solid #6D2CE2;
}