#2C0F57
A dark, vivid purple closely aligning with Midnightblue.
About #2C0F57
Visually, #2C0F57 is defined as a vivid purple. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(44, 15, 87).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 49% Cyan, 83% Magenta, 0% Yellow, and 66% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C0F57
RGB44, 15, 87
HSL264.2°, 70.6%, 20.0%
CMYK49%, 83%, 0%, 66%
HSV264.2°, 82.8%, 34.1%
LAB13.0, 31.7, -37.6
XYZ2.9, 1.6, 9.2
Decimal2887511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.99:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.29:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F57;
}
.text-color {
color: #2C0F57;
}
.border-color {
border: 2px solid #2C0F57;
}