#2C0783
A dark, vivid purple closely aligning with Navy.
About #2C0783
At its core, #2C0783 is a dark and vivid hue. Its closest recognized web color is Navy. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 7, and 131.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 66% C, 95% M, 0% Y, and 49% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C0783
RGB44, 7, 131
HSL257.9°, 89.9%, 27.1%
CMYK66%, 95%, 0%, 49%
HSV257.9°, 94.7%, 51.4%
LAB17.1, 47.2, -59.6
XYZ5.2, 2.3, 21.6
Decimal2885507
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.33:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.70:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0783;
}
.text-color {
color: #2C0783;
}
.border-color {
border: 2px solid #2C0783;
}