#2C1650
A dark, moderate purple closely aligning with Midnightblue.
About #2C1650
At its core, #2C1650 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Midnightblue. In the RGB color space, it consists of 44 red, 22 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 45% C, 72% M, 0% Y, and 69% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C1650
RGB44, 22, 80
HSL262.8°, 56.9%, 20.0%
CMYK45%, 72%, 0%, 69%
HSV262.8°, 72.5%, 31.4%
LAB13.8, 25.7, -31.6
XYZ2.8, 1.7, 7.8
Decimal2889296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.70:1
Text on #FFFFFF
AAA
1.34:1
Text on #000000
FAIL
15.00:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1650;
}
.text-color {
color: #2C1650;
}
.border-color {
border: 2px solid #2C1650;
}