#331D33
A very dark, muted magenta closely aligning with Black.
About #331D33
At its core, #331D33 is a very dark and muted hue. Its closest recognized web color is Black. In the RGB color space, it consists of 51 red, 29 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 43% magenta, 0% yellow, and 80% black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#331D33
RGB51, 29, 51
HSL300.0°, 27.5%, 15.7%
CMYK0%, 43%, 0%, 80%
HSV300.0°, 43.1%, 20.0%
LAB14.5, 15.2, -10.1
XYZ2.4, 1.8, 3.4
Decimal3349811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.39:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.71:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #331D33;
}
.text-color {
color: #331D33;
}
.border-color {
border: 2px solid #331D33;
}