#2C0075
A dark, vivid purple closely aligning with Indigo.
About #2C0075
Visually, #2C0075 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, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 62% C, 100% M, 0% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C0075
RGB44, 0, 117
HSL262.6°, 100.0%, 22.9%
CMYK62%, 100%, 0%, 54%
HSV262.6°, 100.0%, 45.9%
LAB14.5, 45.9, -55.0
XYZ4.2, 1.8, 17.0
Decimal2883701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.40:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.72:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0075;
}
.text-color {
color: #2C0075;
}
.border-color {
border: 2px solid #2C0075;
}