#2C0749
A very dark, vivid purple closely aligning with Midnightblue.
About #2C0749
At its core, #2C0749 is a very dark and vivid hue. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(44, 7, 73).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 40% cyan and 90% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C0749
RGB44, 7, 73
HSL273.6°, 82.5%, 15.7%
CMYK40%, 90%, 0%, 71%
HSV273.6°, 90.4%, 28.6%
LAB10.3, 31.5, -32.4
XYZ2.3, 1.2, 6.4
Decimal2885449
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.02:1
Text on #FFFFFF
AAA
1.23:1
Text on #000000
FAIL
16.27:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0749;
}
.text-color {
color: #2C0749;
}
.border-color {
border: 2px solid #2C0749;
}