#2C07E2
A medium, vivid blue closely aligning with Mediumblue.
About #2C07E2
The precise color #2C07E2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 44 red, 7 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 81% C, 97% M, 0% Y, and 11% K. The HSL representation is 250.1° hue, 94.0% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C07E2
RGB44, 7, 226
HSL250.1°, 94.0%, 45.7%
CMYK81%, 97%, 0%, 11%
HSV250.1°, 96.9%, 88.6%
LAB29.9, 71.6, -95.5
XYZ14.8, 6.2, 72.4
Decimal2885602
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.39:1
Text on #FFFFFF
AAA
2.24:1
Text on #000000
FAIL
8.98:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C07E2;
}
.text-color {
color: #2C07E2;
}
.border-color {
border: 2px solid #2C07E2;
}