#2C1683
A dark, vivid blue closely aligning with Indigo.
About #2C1683
When working with digital screens, the color #2C1683 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Indigo. In the RGB color space, it consists of 44 red, 22 green, and 131 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 66% C, 83% M, 0% Y, and 49% K. The HSL representation is 252.1° hue, 71.2% saturation, and 30.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C1683
RGB44, 22, 131
HSL252.1°, 71.2%, 30.0%
CMYK66%, 83%, 0%, 49%
HSV252.1°, 83.2%, 51.4%
LAB19.0, 41.6, -56.5
XYZ5.4, 2.7, 21.7
Decimal2889347
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.55:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.95:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1683;
}
.text-color {
color: #2C1683;
}
.border-color {
border: 2px solid #2C1683;
}