#2C3342
A dark, muted blue closely aligning with Darkslategray.
About #2C3342
The hex code #2C3342 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(44, 51, 66).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 33% cyan, 23% magenta, 0% yellow, and 74% black. The HSL representation is 220.9° hue, 20.0% saturation, and 21.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#2C3342
RGB44, 51, 66
HSL220.9°, 20.0%, 21.6%
CMYK33%, 23%, 0%, 74%
HSV220.9°, 33.3%, 25.9%
LAB21.2, 1.2, -10.3
XYZ3.2, 3.3, 5.6
Decimal2896706
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.66:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.10:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3342;
}
.text-color {
color: #2C3342;
}
.border-color {
border: 2px solid #2C3342;
}