#3A2433
A very dark, muted magenta closely aligning with Black.
About #3A2433
At its core, #3A2433 is a very dark and muted hue. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(58, 36, 51).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 38% magenta inks. The HSL representation is 319.1° hue, 23.4% saturation, and 18.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#3A2433
RGB58, 36, 51
HSL319.1°, 23.4%, 18.4%
CMYK0%, 38%, 12%, 77%
HSV319.1°, 37.9%, 22.7%
LAB17.5, 13.3, -5.5
XYZ3.0, 2.4, 3.4
Decimal3810355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.19:1
Text on #FFFFFF
AAA
1.48:1
Text on #000000
FAIL
13.56:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2433;
}
.text-color {
color: #3A2433;
}
.border-color {
border: 2px solid #3A2433;
}