#2C07BD
A dark, vivid blue closely aligning with Mediumblue.
About #2C07BD
At its core, #2C07BD is a dark and vivid hue. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 44 red, 7 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 96% magenta, 0% yellow, and 26% 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. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C07BD
RGB44, 7, 189
HSL252.2°, 92.9%, 38.4%
CMYK77%, 96%, 0%, 26%
HSV252.2°, 96.3%, 74.1%
LAB24.8, 62.4, -82.3
XYZ10.3, 4.4, 48.4
Decimal2885565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.22:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.72:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C07BD;
}
.text-color {
color: #2C07BD;
}
.border-color {
border: 2px solid #2C07BD;
}