#2C0F7C
A dark, vivid purple closely aligning with Indigo.
About #2C0F7C
At its core, #2C0F7C is a dark and vivid hue. Designers often compare it to the standard color Indigo. This translates to an RGB value of rgb(44, 15, 124).
If you are designing for print, the four-color process is what matters most. The color uses 65% Cyan, 88% Magenta, 0% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C0F7C
RGB44, 15, 124
HSL256.0°, 78.4%, 27.3%
CMYK65%, 88%, 0%, 51%
HSV256.0°, 87.9%, 48.6%
LAB17.1, 42.6, -55.1
XYZ4.8, 2.3, 19.3
Decimal2887548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.32:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.69:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F7C;
}
.text-color {
color: #2C0F7C;
}
.border-color {
border: 2px solid #2C0F7C;
}