#6D24DB
A medium, vivid purple closely aligning with Blueviolet.
About #6D24DB
Visually, #6D24DB is defined as a vivid purple. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(109, 36, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 50% C, 84% M, 0% Y, and 14% K. 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. 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#6D24DB
RGB109, 36, 219
HSL263.9°, 71.8%, 50.0%
CMYK50%, 84%, 0%, 14%
HSV263.9°, 83.6%, 85.9%
LAB37.2, 66.9, -79.2
XYZ19.7, 9.6, 67.8
Decimal7152859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.18:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D24DB;
}
.text-color {
color: #6D24DB;
}
.border-color {
border: 2px solid #6D24DB;
}