#5F2C33
A dark, moderate red closely aligning with Dimgray.
About #5F2C33
At its core, #5F2C33 is a dark and moderate hue. Its closest recognized web color is Dimgray. Its digital footprint relies on 95 parts red, 44 parts green, and 51 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 54% magenta, 46% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F2C33
RGB95, 44, 51
HSL351.8°, 36.7%, 27.3%
CMYK0%, 54%, 46%, 63%
HSV351.8°, 53.7%, 37.3%
LAB25.2, 24.0, 6.4
XYZ6.2, 4.5, 3.7
Decimal6237235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.08:1
Text on #FFFFFF
AAA
1.89:1
Text on #000000
FAIL
10.59:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2C33;
}
.text-color {
color: #5F2C33;
}
.border-color {
border: 2px solid #5F2C33;
}