#6D3AFF
A light, vivid purple closely aligning with Blueviolet.
About #6D3AFF
When working with digital screens, the color #6D3AFF is rendered by mixing light. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 109 red, 58 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. The color uses 57% Cyan, 77% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D3AFF
RGB109, 58, 255
HSL255.5°, 100.0%, 61.4%
CMYK57%, 77%, 0%, 0%
HSV255.5°, 77.3%, 100.0%
LAB43.5, 67.6, -89.1
XYZ25.9, 13.5, 95.8
Decimal7158527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.68:1
Text on #FFFFFF
AA
3.70:1
Text on #000000
AA Large
5.43:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D3AFF;
}
.text-color {
color: #6D3AFF;
}
.border-color {
border: 2px solid #6D3AFF;
}