#331633
A very dark, moderate magenta closely aligning with Black.
About #331633
When working with digital screens, the color #331633 is rendered by mixing light. Designers often compare it to the standard color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 22, and 51.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 57% M, 0% Y, and 80% K. The HSL representation is 300.0° hue, 39.7% saturation, and 14.3% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#331633
RGB51, 22, 51
HSL300.0°, 39.7%, 14.3%
CMYK0%, 57%, 0%, 80%
HSV300.0°, 56.9%, 20.0%
LAB12.7, 19.8, -12.9
XYZ2.2, 1.5, 3.3
Decimal3348019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.11:1
Text on #FFFFFF
AAA
1.30:1
Text on #000000
FAIL
15.40:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #331633;
}
.text-color {
color: #331633;
}
.border-color {
border: 2px solid #331633;
}