#2C3A6D
A dark, moderate blue closely aligning with Darkslateblue.
About #2C3A6D
When working with digital screens, the color #2C3A6D is rendered by mixing light. Designers often compare it to the standard color Darkslateblue. In the RGB color space, it consists of 44 red, 58 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 60% C, 47% M, 0% Y, and 57% K. The HSL representation is 227.1° hue, 42.5% saturation, and 30.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C3A6D
RGB44, 58, 109
HSL227.1°, 42.5%, 30.0%
CMYK60%, 47%, 0%, 57%
HSV227.1°, 59.6%, 42.7%
LAB25.8, 11.2, -31.5
XYZ5.3, 4.7, 15.1
Decimal2898541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.86:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.38:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3A6D;
}
.text-color {
color: #2C3A6D;
}
.border-color {
border: 2px solid #2C3A6D;
}