#2C2C7C
A dark, moderate blue closely aligning with Darkslateblue.
About #2C2C7C
The precise color #2C2C7C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 44, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 65% Cyan, 65% Magenta, 0% Yellow, and 51% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
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#2C2C7C
RGB44, 44, 124
HSL240.0°, 47.6%, 32.9%
CMYK65%, 65%, 0%, 51%
HSV240.0°, 64.5%, 48.6%
LAB23.0, 26.3, -45.6
XYZ5.6, 3.8, 19.5
Decimal2894972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.94:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.41:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2C7C;
}
.text-color {
color: #2C2C7C;
}
.border-color {
border: 2px solid #2C2C7C;
}