#2C006D
A dark, vivid purple closely aligning with Indigo.
About #2C006D
Visually, #2C006D is defined as a vivid purple. It is closely associated with the named CSS color Indigo. This translates to an RGB value of rgb(44, 0, 109).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 60% C, 100% M, 0% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
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#2C006D
RGB44, 0, 109
HSL264.2°, 100.0%, 21.4%
CMYK60%, 100%, 0%, 57%
HSV264.2°, 100.0%, 42.7%
LAB13.5, 43.9, -51.5
XYZ3.8, 1.6, 14.6
Decimal2883693
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.81:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.11:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C006D;
}
.text-color {
color: #2C006D;
}
.border-color {
border: 2px solid #2C006D;
}