#2C075F
A dark, vivid purple closely aligning with Midnightblue.
About #2C075F
Visually, #2C075F is defined as a vivid purple. Its closest recognized web color is Midnightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 7, and 95.
For print applications, it's crucial to understand its CMYK makeup. The color uses 54% Cyan, 93% Magenta, 0% Yellow, and 63% Black. 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C075F
RGB44, 7, 95
HSL265.2°, 86.3%, 20.0%
CMYK54%, 93%, 0%, 63%
HSV265.2°, 92.6%, 37.3%
LAB12.7, 37.4, -43.5
XYZ3.2, 1.5, 11.0
Decimal2885471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.12:1
Text on #FFFFFF
AAA
1.30:1
Text on #000000
FAIL
15.41:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C075F;
}
.text-color {
color: #2C075F;
}
.border-color {
border: 2px solid #2C075F;
}