#50333A
A dark, muted red closely aligning with Dimgray.
About #50333A
The hex code #50333A represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 80 red, 51 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 36% magenta inks. The HSL representation is 345.5° hue, 22.1% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50333A
RGB80, 51, 58
HSL345.5°, 22.1%, 25.7%
CMYK0%, 36%, 28%, 69%
HSV345.5°, 36.2%, 31.4%
LAB24.9, 14.3, 1.0
XYZ5.3, 4.4, 4.6
Decimal5255994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.20:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.70:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50333A;
}
.text-color {
color: #50333A;
}
.border-color {
border: 2px solid #50333A;
}