#2C16CC
A medium, vivid blue closely aligning with Mediumblue.
About #2C16CC
Visually, #2C16CC is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(44, 22, 204).
If you are designing for print, the four-color process is what matters most. The color uses 78% Cyan, 89% Magenta, 0% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#2C16CC
RGB44, 22, 204
HSL247.3°, 80.5%, 44.3%
CMYK78%, 89%, 0%, 20%
HSV247.3°, 89.2%, 80.0%
LAB28.0, 62.6, -85.8
XYZ12.2, 5.5, 57.5
Decimal2889420
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.03:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.59:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C16CC;
}
.text-color {
color: #2C16CC;
}
.border-color {
border: 2px solid #2C16CC;
}