#2C1DDB
A medium, vivid blue closely aligning with Mediumblue.
About #2C1DDB
The precise color #2C1DDB is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 29, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 80% cyan and 87% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C1DDB
RGB44, 29, 219
HSL244.7°, 76.6%, 48.6%
CMYK80%, 87%, 0%, 14%
HSV244.7°, 86.8%, 85.9%
LAB30.7, 64.4, -90.0
XYZ14.3, 6.5, 67.5
Decimal2891227
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.11:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.70:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1DDB;
}
.text-color {
color: #2C1DDB;
}
.border-color {
border: 2px solid #2C1DDB;
}