#2C0F83
A dark, vivid purple closely aligning with Navy.
About #2C0F83
At its core, #2C0F83 is a dark and vivid hue. Designers often compare it to the standard color Navy. In the RGB color space, it consists of 44 red, 15 green, and 131 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 66% Cyan, 89% Magenta, 0% Yellow, and 49% Black. The HSL representation is 255.0° hue, 79.5% saturation, and 28.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C0F83
RGB44, 15, 131
HSL255.0°, 79.5%, 28.6%
CMYK66%, 89%, 0%, 49%
HSV255.0°, 88.5%, 51.4%
LAB18.0, 44.6, -58.2
XYZ5.3, 2.5, 21.7
Decimal2887555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.97:1
Text on #FFFFFF
AAA
1.50:1
Text on #000000
FAIL
13.35:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F83;
}
.text-color {
color: #2C0F83;
}
.border-color {
border: 2px solid #2C0F83;
}