#2C24AF
A medium, moderate blue closely aligning with Darkblue.
About #2C24AF
The hex code #2C24AF represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 44 red, 36 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 75% cyan, 79% magenta, 0% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#2C24AF
RGB44, 36, 175
HSL243.5°, 65.9%, 41.4%
CMYK75%, 79%, 0%, 31%
HSV243.5°, 79.4%, 68.6%
LAB26.4, 48.4, -71.3
XYZ9.4, 4.9, 41.0
Decimal2892975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.61:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.14:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C24AF;
}
.text-color {
color: #2C24AF;
}
.border-color {
border: 2px solid #2C24AF;
}