#2C2450
A dark, moderate blue closely aligning with Darkslateblue.
About #2C2450
The hex code #2C2450 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 44 red, 36 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 45% cyan, 55% magenta, 0% yellow, and 69% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C2450
RGB44, 36, 80
HSL250.9°, 37.9%, 22.7%
CMYK45%, 55%, 0%, 69%
HSV250.9°, 55.0%, 31.4%
LAB17.4, 16.3, -25.9
XYZ3.1, 2.4, 7.9
Decimal2892880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.23:1
Text on #FFFFFF
AAA
1.48:1
Text on #000000
FAIL
13.60:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2450;
}
.text-color {
color: #2C2450;
}
.border-color {
border: 2px solid #2C2450;
}