#2C16A8
A dark, vivid blue closely aligning with Darkblue.
About #2C16A8
The precise color #2C16A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkblue. Its digital footprint relies on 44 parts red, 22 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 74% Cyan, 87% Magenta, 0% Yellow, and 34% Black. The HSL representation is 249.0° hue, 76.8% saturation, and 37.3% lightness.
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#2C16A8
RGB44, 22, 168
HSL249.0°, 76.8%, 37.3%
CMYK74%, 87%, 0%, 34%
HSV249.0°, 86.9%, 65.9%
LAB23.5, 52.6, -72.0
XYZ8.4, 3.9, 37.4
Decimal2889384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.75:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.23:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C16A8;
}
.text-color {
color: #2C16A8;
}
.border-color {
border: 2px solid #2C16A8;
}