#2C076D
A dark, vivid purple closely aligning with Midnightblue.
About #2C076D
When working with digital screens, the color #2C076D is rendered by mixing light. Its closest recognized web color is Midnightblue. This translates to an RGB value of rgb(44, 7, 109).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 60% cyan, 94% magenta, 0% yellow, and 57% black. With a hue angle of 261.8 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C076D
RGB44, 7, 109
HSL261.8°, 87.9%, 22.7%
CMYK60%, 94%, 0%, 57%
HSV261.8°, 93.6%, 42.7%
LAB14.4, 41.3, -50.1
XYZ3.9, 1.8, 14.6
Decimal2885485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.46:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.78:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C076D;
}
.text-color {
color: #2C076D;
}
.border-color {
border: 2px solid #2C076D;
}