#7549FF
A light, vivid blue closely aligning with Blueviolet.
About #7549FF
Visually, #7549FF is defined as a vivid blue. Its closest recognized web color is Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 73, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 54% Cyan, 71% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7549FF
RGB117, 73, 255
HSL254.5°, 100.0%, 64.3%
CMYK54%, 71%, 0%, 0%
HSV254.5°, 71.4%, 100.0%
LAB46.7, 61.7, -83.9
XYZ27.8, 15.8, 96.2
Decimal7686655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.06:1
Text on #FFFFFF
AA
4.15:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.53:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7549FF;
}
.text-color {
color: #7549FF;
}
.border-color {
border: 2px solid #7549FF;
}