#7575FF
A light, vivid blue closely aligning with Mediumslateblue.
About #7575FF
At its core, #7575FF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 117 red, 117 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 54% cyan and 54% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7575FF
RGB117, 117, 255
HSL240.0°, 100.0%, 72.9%
CMYK54%, 54%, 0%, 0%
HSV240.0°, 54.1%, 100.0%
LAB55.8, 37.4, -69.0
XYZ31.7, 23.7, 97.5
Decimal7697919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.74:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7575FF;
}
.text-color {
color: #7575FF;
}
.border-color {
border: 2px solid #7575FF;
}