#2C1633
A very dark, moderate magenta closely aligning with Black.
About #2C1633
Visually, #2C1633 is defined as a moderate magenta. Its closest recognized web color is Black. This translates to an RGB value of rgb(44, 22, 51).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 14% cyan and 57% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C1633
RGB44, 22, 51
HSL285.5°, 39.7%, 14.3%
CMYK14%, 57%, 0%, 80%
HSV285.5°, 56.9%, 20.0%
LAB11.6, 17.2, -14.7
XYZ1.9, 1.3, 3.3
Decimal2889267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.54:1
Text on #FFFFFF
AAA
1.27:1
Text on #000000
FAIL
15.81:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1633;
}
.text-color {
color: #2C1633;
}
.border-color {
border: 2px solid #2C1633;
}