#2C1D24
A very dark, muted magenta closely aligning with Black.
About #2C1D24
The hex code #2C1D24 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(44, 29, 36).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 34% magenta, 18% yellow, and 83% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C1D24
RGB44, 29, 36
HSL332.0°, 20.5%, 14.3%
CMYK0%, 34%, 18%, 83%
HSV332.0°, 34.1%, 17.3%
LAB12.9, 8.7, -1.8
XYZ1.8, 1.5, 1.9
Decimal2891044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.05:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.34:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1D24;
}
.text-color {
color: #2C1D24;
}
.border-color {
border: 2px solid #2C1D24;
}