#2C0733
A very dark, vivid magenta closely aligning with Midnightblue.
About #2C0733
The hex code #2C0733 represents a beautifully specific shade of magenta. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 44 red, 7 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 14% cyan, 86% magenta, 0% yellow, and 80% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C0733
RGB44, 7, 51
HSL290.5°, 75.9%, 11.4%
CMYK14%, 86%, 0%, 80%
HSV290.5°, 86.3%, 20.0%
LAB8.4, 26.1, -19.8
XYZ1.7, 0.9, 3.2
Decimal2885427
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.72:1
Text on #FFFFFF
AAA
1.19:1
Text on #000000
FAIL
16.93:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0733;
}
.text-color {
color: #2C0733;
}
.border-color {
border: 2px solid #2C0733;
}