#604759
A dark, muted magenta closely aligning with Dimgray.
About #604759
Visually, #604759 is defined as a muted magenta. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 96, 71, and 89.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 26% M, 7% Y, and 62% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#604759
RGB96, 71, 89
HSL316.8°, 15.0%, 32.7%
CMYK0%, 26%, 7%, 62%
HSV316.8°, 26.0%, 37.6%
LAB33.4, 14.0, -6.5
XYZ8.9, 7.7, 10.5
Decimal6309721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.26:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.89:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #604759;
}
.text-color {
color: #604759;
}
.border-color {
border: 2px solid #604759;
}