#7C75AF
A medium, muted blue closely aligning with Steelblue.
About #7C75AF
The hex code #7C75AF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(124, 117, 175).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 29% Cyan, 33% Magenta, 0% Yellow, and 31% Black. The HSL representation is 247.2° hue, 26.6% saturation, and 57.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C75AF
RGB124, 117, 175
HSL247.2°, 26.6%, 57.3%
CMYK29%, 33%, 0%, 31%
HSV247.2°, 33.1%, 68.6%
LAB52.0, 16.0, -29.9
XYZ22.4, 20.1, 43.3
Decimal8156591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.02:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C75AF;
}
.text-color {
color: #7C75AF;
}
.border-color {
border: 2px solid #7C75AF;
}