#2C0F2C
A very dark, moderate magenta closely aligning with Black.
About #2C0F2C
The precise color #2C0F2C is an excellent choice for modern design projects. Designers often compare it to the standard color Black. In the RGB color space, it consists of 44 red, 15 green, and 44 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, 66% magenta, 0% yellow, and 83% black. The HSL representation is 300.0° hue, 49.2% saturation, and 11.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C0F2C
RGB44, 15, 44
HSL300.0°, 49.2%, 11.6%
CMYK0%, 66%, 0%, 83%
HSV300.0°, 65.9%, 17.3%
LAB9.5, 20.0, -12.9
XYZ1.7, 1.1, 2.5
Decimal2887468
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.33:1
Text on #FFFFFF
AAA
1.21:1
Text on #000000
FAIL
16.56:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F2C;
}
.text-color {
color: #2C0F2C;
}
.border-color {
border: 2px solid #2C0F2C;
}