#6D33FF
A light, vivid purple closely aligning with Blueviolet.
About #6D33FF
When working with digital screens, the color #6D33FF is rendered by mixing light. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 109 red, 51 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. The color uses 57% Cyan, 80% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D33FF
RGB109, 51, 255
HSL257.1°, 100.0%, 60.0%
CMYK57%, 80%, 0%, 0%
HSV257.1°, 80.0%, 100.0%
LAB42.5, 70.4, -90.7
XYZ25.5, 12.8, 95.7
Decimal7156735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.89:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.63:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D33FF;
}
.text-color {
color: #6D33FF;
}
.border-color {
border: 2px solid #6D33FF;
}