#3A2C33
A dark, muted magenta closely aligning with Black.
About #3A2C33
The hex code #3A2C33 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Black. Its digital footprint relies on 58 parts red, 44 parts green, and 51 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 24% Magenta, 12% Yellow, and 77% Black. The HSL representation is 330.0° hue, 13.7% saturation, and 20.0% lightness.
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#3A2C33
RGB58, 44, 51
HSL330.0°, 13.7%, 20.0%
CMYK0%, 24%, 12%, 77%
HSV330.0°, 24.1%, 22.7%
LAB19.8, 7.9, -2.0
XYZ3.2, 2.9, 3.5
Decimal3812403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.22:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.64:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2C33;
}
.text-color {
color: #3A2C33;
}
.border-color {
border: 2px solid #3A2C33;
}