#2C2483
A dark, moderate blue closely aligning with Midnightblue.
About #2C2483
The hex code #2C2483 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Midnightblue. In the RGB color space, it consists of 44 red, 36 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 66% cyan and 73% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#2C2483
RGB44, 36, 131
HSL245.1°, 56.9%, 32.7%
CMYK66%, 73%, 0%, 49%
HSV245.1°, 72.5%, 51.4%
LAB21.7, 33.9, -52.0
XYZ5.8, 3.4, 21.8
Decimal2892931
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.45:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.90:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2483;
}
.text-color {
color: #2C2483;
}
.border-color {
border: 2px solid #2C2483;
}