#2C0724
A very dark, vivid magenta closely aligning with Black.
About #2C0724
Visually, #2C0724 is defined as a vivid magenta. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 44 red, 7 green, and 36 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 84% M, 18% Y, and 83% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#2C0724
RGB44, 7, 36
HSL313.0°, 72.5%, 10.0%
CMYK0%, 84%, 18%, 83%
HSV313.0°, 84.1%, 17.3%
LAB7.4, 22.8, -10.2
XYZ1.4, 0.8, 1.8
Decimal2885412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.06:1
Text on #FFFFFF
AAA
1.16:1
Text on #000000
FAIL
17.26:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0724;
}
.text-color {
color: #2C0724;
}
.border-color {
border: 2px solid #2C0724;
}