#5F4949
A dark, muted red closely aligning with Dimgray.
About #5F4949
At its core, #5F4949 is a dark and muted hue. Its closest recognized web color is Dimgray. This translates to an RGB value of rgb(95, 73, 73).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 23% Magenta, 23% Yellow, and 63% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F4949
RGB95, 73, 73
HSL0.0°, 13.1%, 32.9%
CMYK0%, 23%, 23%, 63%
HSV0.0°, 23.2%, 37.3%
LAB33.3, 9.3, 3.6
XYZ8.3, 7.7, 7.3
Decimal6244681
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.28:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.92:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F4949;
}
.text-color {
color: #5F4949;
}
.border-color {
border: 2px solid #5F4949;
}