#2C0F6D
A dark, vivid purple closely aligning with Midnightblue.
About #2C0F6D
Visually, #2C0F6D is defined as a vivid purple. Designers often compare it to the standard color Midnightblue. Its digital footprint relies on 44 parts red, 15 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 60% C, 86% M, 0% Y, and 57% K. 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C0F6D
RGB44, 15, 109
HSL258.5°, 75.8%, 24.3%
CMYK60%, 86%, 0%, 57%
HSV258.5°, 86.2%, 42.7%
LAB15.4, 38.2, -48.3
XYZ4.0, 2.0, 14.6
Decimal2887533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.04:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.38:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F6D;
}
.text-color {
color: #2C0F6D;
}
.border-color {
border: 2px solid #2C0F6D;
}