#2C0FC5
A medium, vivid blue closely aligning with Mediumblue.
About #2C0FC5
Visually, #2C0FC5 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 15, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 78% Cyan, 92% Magenta, 0% Yellow, and 23% Black. The HSL representation is 249.6° hue, 85.8% saturation, and 41.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C0FC5
RGB44, 15, 197
HSL249.6°, 85.8%, 41.6%
CMYK78%, 92%, 0%, 23%
HSV249.6°, 92.4%, 77.3%
LAB26.5, 62.7, -84.3
XYZ11.3, 4.9, 53.2
Decimal2887621
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.60:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.13:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0FC5;
}
.text-color {
color: #2C0FC5;
}
.border-color {
border: 2px solid #2C0FC5;
}