#2C3AC5
A medium, moderate blue closely aligning with Darkblue.
About #2C3AC5
Visually, #2C3AC5 is defined as a moderate blue. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(44, 58, 197).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 78% C, 71% M, 0% Y, and 23% K. The HSL representation is 234.5° hue, 63.5% saturation, and 47.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C3AC5
RGB44, 58, 197
HSL234.5°, 63.5%, 47.3%
CMYK78%, 71%, 0%, 23%
HSV234.5°, 77.7%, 77.3%
LAB33.1, 43.4, -73.3
XYZ12.6, 7.6, 53.6
Decimal2898629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.34:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.97:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3AC5;
}
.text-color {
color: #2C3AC5;
}
.border-color {
border: 2px solid #2C3AC5;
}