#6D49F8
A light, vivid blue closely aligning with Blueviolet.
About #6D49F8
At its core, #6D49F8 is a light and vivid hue. Designers often compare it to the standard color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 73, and 248.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 56% cyan, 71% magenta, 0% yellow, and 3% black. With a hue angle of 252.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D49F8
RGB109, 73, 248
HSL252.3°, 92.6%, 62.9%
CMYK56%, 71%, 0%, 3%
HSV252.3°, 70.6%, 97.3%
LAB45.4, 58.6, -82.1
XYZ25.6, 14.8, 90.3
Decimal7162360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.30:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.07:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D49F8;
}
.text-color {
color: #6D49F8;
}
.border-color {
border: 2px solid #6D49F8;
}