#6D2C8A
A dark, moderate purple closely aligning with Rebeccapurple.
About #6D2C8A
When working with digital screens, the color #6D2C8A is rendered by mixing light. It is closely associated with the named CSS color Rebeccapurple. In the RGB color space, it consists of 109 red, 44 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 21% Cyan, 68% Magenta, 0% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D2C8A
RGB109, 44, 138
HSL281.5°, 51.6%, 35.7%
CMYK21%, 68%, 0%, 46%
HSV281.5°, 68.1%, 54.1%
LAB31.5, 44.4, -40.1
XYZ11.8, 6.9, 24.8
Decimal7154826
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.83:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.44:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D2C8A;
}
.text-color {
color: #6D2C8A;
}
.border-color {
border: 2px solid #6D2C8A;
}