#2C07B6
A dark, vivid blue closely aligning with Mediumblue.
About #2C07B6
When working with digital screens, the color #2C07B6 is rendered by mixing light. 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, 7, and 182.
Translating this color to physical media requires the CMYK color model. The color uses 76% Cyan, 96% Magenta, 0% Yellow, and 29% Black. With a hue angle of 252.7 degrees, it sits comfortably in the blue spectrum.
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#2C07B6
RGB44, 7, 182
HSL252.7°, 92.6%, 37.1%
CMYK76%, 96%, 0%, 29%
HSV252.7°, 96.2%, 71.4%
LAB23.9, 60.6, -79.7
XYZ9.6, 4.1, 44.5
Decimal2885558
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.58:1
Text on #FFFFFF
AAA
1.81:1
Text on #000000
FAIL
11.07:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C07B6;
}
.text-color {
color: #2C07B6;
}
.border-color {
border: 2px solid #2C07B6;
}