#2C3ACC
A medium, moderate blue closely aligning with Darkblue.
About #2C3ACC
The precise color #2C3ACC is an excellent choice for modern design projects. Its closest recognized web color is Darkblue. In the RGB color space, it consists of 44 red, 58 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 78% cyan and 72% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C3ACC
RGB44, 58, 204
HSL234.8°, 64.5%, 48.6%
CMYK78%, 72%, 0%, 20%
HSV234.8°, 78.4%, 80.0%
LAB33.8, 45.8, -76.2
XYZ13.5, 7.9, 57.9
Decimal2898636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.13:1
Text on #FFFFFF
AAA
2.58:1
Text on #000000
FAIL
7.77:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3ACC;
}
.text-color {
color: #2C3ACC;
}
.border-color {
border: 2px solid #2C3ACC;
}