#7550F0
A light, vivid blue closely aligning with Blueviolet.
About #7550F0
Visually, #7550F0 is defined as a vivid blue. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(117, 80, 240).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 51% cyan and 67% magenta inks. With a hue angle of 253.9 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7550F0
RGB117, 80, 240
HSL253.9°, 84.2%, 62.7%
CMYK51%, 67%, 0%, 6%
HSV253.9°, 66.7%, 94.1%
LAB46.7, 53.9, -75.4
XYZ25.9, 15.8, 84.1
Decimal7688432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.82:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7550F0;
}
.text-color {
color: #7550F0;
}
.border-color {
border: 2px solid #7550F0;
}