#2C0092
A dark, vivid purple closely aligning with Darkblue.
About #2C0092
The precise color #2C0092 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 44 red, 0 green, and 146 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 70% C, 100% M, 0% Y, and 43% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C0092
RGB44, 0, 146
HSL258.1°, 100.0%, 28.6%
CMYK70%, 100%, 0%, 43%
HSV258.1°, 100.0%, 57.3%
LAB18.4, 53.2, -66.9
XYZ6.2, 2.6, 27.4
Decimal2883730
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.80:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.19:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0092;
}
.text-color {
color: #2C0092;
}
.border-color {
border: 2px solid #2C0092;
}