#6D2CCC
A medium, moderate purple closely aligning with Blueviolet.
About #6D2CCC
The precise color #6D2CCC is an excellent choice for modern design projects. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(109, 44, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 47% Cyan, 78% Magenta, 0% Yellow, and 20% Black. With a hue angle of 264.4 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#6D2CCC
RGB109, 44, 204
HSL264.4°, 64.5%, 48.6%
CMYK47%, 78%, 0%, 20%
HSV264.4°, 78.4%, 80.0%
LAB36.8, 60.3, -71.1
XYZ18.1, 9.4, 58.0
Decimal7154892
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.29:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.96:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D2CCC;
}
.text-color {
color: #6D2CCC;
}
.border-color {
border: 2px solid #6D2CCC;
}