#2C077C
A dark, vivid purple closely aligning with Indigo.
About #2C077C
The precise color #2C077C is an excellent choice for modern design projects. It is closely associated with the named CSS color Indigo. This translates to an RGB value of rgb(44, 7, 124).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 65% cyan and 94% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C077C
RGB44, 7, 124
HSL259.0°, 89.3%, 25.7%
CMYK65%, 94%, 0%, 51%
HSV259.0°, 94.4%, 48.6%
LAB16.2, 45.3, -56.7
XYZ4.8, 2.1, 19.2
Decimal2885500
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.70:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.05:1
Text on #F8FAFC
AAA
1.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C077C;
}
.text-color {
color: #2C077C;
}
.border-color {
border: 2px solid #2C077C;
}