#6D5FF0
A light, vivid blue closely aligning with Mediumslateblue.
About #6D5FF0
Visually, #6D5FF0 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 109 red, 95 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 55% Cyan, 60% Magenta, 0% Yellow, and 6% Black. With a hue angle of 245.8 degrees, it sits comfortably in the blue spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D5FF0
RGB109, 95, 240
HSL245.8°, 82.9%, 65.7%
CMYK55%, 60%, 0%, 6%
HSV245.8°, 60.4%, 94.1%
LAB49.2, 44.2, -71.4
XYZ26.1, 17.7, 84.5
Decimal7167984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.42:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D5FF0;
}
.text-color {
color: #6D5FF0;
}
.border-color {
border: 2px solid #6D5FF0;
}