#755F83
A medium, muted purple closely aligning with Slategray.
About #755F83
At its core, #755F83 is a medium and muted hue. Its closest recognized web color is Slategray. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 95, and 131.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 11% cyan, 27% magenta, 0% yellow, and 49% black. With a hue angle of 276.7 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#755F83
RGB117, 95, 131
HSL276.7°, 15.9%, 44.3%
CMYK11%, 27%, 0%, 49%
HSV276.7°, 27.5%, 51.4%
LAB43.7, 16.2, -16.7
XYZ15.5, 13.6, 23.3
Decimal7692163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.64:1
Text on #FFFFFF
AA
3.72:1
Text on #000000
AA Large
5.39:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755F83;
}
.text-color {
color: #755F83;
}
.border-color {
border: 2px solid #755F83;
}