#75758A
A medium, muted neutral closely aligning with Slategray.
About #75758A
The hex code #75758A represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Slategray. In the RGB color space, it consists of 117 red, 117 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 15% cyan and 15% magenta inks. The HSL representation is 240.0° hue, 8.2% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75758A
RGB117, 117, 138
HSL240.0°, 8.2%, 50.0%
CMYK15%, 15%, 0%, 46%
HSV240.0°, 15.2%, 54.1%
LAB49.9, 4.6, -11.4
XYZ18.3, 18.3, 26.6
Decimal7697802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA Large
4.67:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #75758A;
}
.text-color {
color: #75758A;
}
.border-color {
border: 2px solid #75758A;
}