#2C1D2C
A very dark, muted magenta closely aligning with Black.
About #2C1D2C
When working with digital screens, the color #2C1D2C is rendered by mixing light. Designers often compare it to the standard color Black. In the RGB color space, it consists of 44 red, 29 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 34% M, 0% Y, and 83% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#2C1D2C
RGB44, 29, 44
HSL300.0°, 20.5%, 14.3%
CMYK0%, 34%, 0%, 83%
HSV300.0°, 34.1%, 17.3%
LAB13.2, 10.6, -7.2
XYZ1.9, 1.6, 2.6
Decimal2891052
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.92:1
Text on #FFFFFF
AAA
1.32:1
Text on #000000
FAIL
15.21:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1D2C;
}
.text-color {
color: #2C1D2C;
}
.border-color {
border: 2px solid #2C1D2C;
}