#7575A8
A medium, muted blue closely aligning with Steelblue.
About #7575A8
Visually, #7575A8 is defined as a muted blue. If you're using CSS, you might find it aligns closely with Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 117, and 168.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 30% cyan, 30% magenta, 0% yellow, and 34% black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7575A8
RGB117, 117, 168
HSL240.0°, 22.7%, 55.9%
CMYK30%, 30%, 0%, 34%
HSV240.0°, 30.4%, 65.9%
LAB51.1, 12.0, -27.2
XYZ20.8, 19.3, 39.7
Decimal7697832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7575A8;
}
.text-color {
color: #7575A8;
}
.border-color {
border: 2px solid #7575A8;
}