#2C1DCC
A medium, vivid blue closely aligning with Mediumblue.
About #2C1DCC
At its core, #2C1DCC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 44 red, 29 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 78% Cyan, 86% Magenta, 0% Yellow, and 20% Black. The HSL representation is 245.1° hue, 75.1% saturation, and 45.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C1DCC
RGB44, 29, 204
HSL245.1°, 75.1%, 45.7%
CMYK78%, 86%, 0%, 20%
HSV245.1°, 85.8%, 80.0%
LAB28.8, 60.2, -84.4
XYZ12.4, 5.8, 57.6
Decimal2891212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.75:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.31:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1DCC;
}
.text-color {
color: #2C1DCC;
}
.border-color {
border: 2px solid #2C1DCC;
}