#2C2C6D
A dark, moderate blue closely aligning with Darkslateblue.
About #2C2C6D
The precise color #2C2C6D is an excellent choice for modern design projects. Its closest recognized web color is Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 44, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 60% cyan, 60% magenta, 0% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C2C6D
RGB44, 44, 109
HSL240.0°, 42.5%, 30.0%
CMYK60%, 60%, 0%, 57%
HSV240.0°, 59.6%, 42.7%
LAB21.7, 20.9, -38.0
XYZ4.7, 3.4, 14.9
Decimal2894957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.44:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.89:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2C6D;
}
.text-color {
color: #2C2C6D;
}
.border-color {
border: 2px solid #2C2C6D;
}