#422C33
A dark, muted magenta closely aligning with Black.
About #422C33
The hex code #422C33 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 66 red, 44 green, and 51 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 33% M, 23% Y, and 74% K. With a hue angle of 340.9 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#422C33
RGB66, 44, 51
HSL340.9°, 20.0%, 21.6%
CMYK0%, 33%, 23%, 74%
HSV340.9°, 33.3%, 25.9%
LAB20.8, 11.4, -0.4
XYZ3.7, 3.2, 3.6
Decimal4336691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.81:1
Text on #FFFFFF
AAA
1.64:1
Text on #000000
FAIL
12.24:1
Text on #F8FAFC
AAA
1.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #422C33;
}
.text-color {
color: #422C33;
}
.border-color {
border: 2px solid #422C33;
}