#2C2CDB
A medium, vivid blue closely aligning with Mediumblue.
About #2C2CDB
At its core, #2C2CDB is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(44, 44, 219).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 80% C, 80% M, 0% Y, and 14% K. The HSL representation is 240.0° hue, 70.9% saturation, and 51.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#2C2CDB
RGB44, 44, 219
HSL240.0°, 70.9%, 51.6%
CMYK80%, 80%, 0%, 14%
HSV240.0°, 79.9%, 85.9%
LAB32.8, 58.1, -86.5
XYZ14.7, 7.5, 67.7
Decimal2895067
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.43:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.06:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2CDB;
}
.text-color {
color: #2C2CDB;
}
.border-color {
border: 2px solid #2C2CDB;
}