#2C2CA8
A medium, moderate blue closely aligning with Navy.
About #2C2CA8
At its core, #2C2CA8 is a medium and moderate hue. It is closely associated with the named CSS color Navy. This translates to an RGB value of rgb(44, 44, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 74% cyan, 74% magenta, 0% yellow, and 34% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C2CA8
RGB44, 44, 168
HSL240.0°, 58.5%, 41.6%
CMYK74%, 74%, 0%, 34%
HSV240.0°, 73.8%, 65.9%
LAB27.2, 41.8, -65.8
XYZ9.0, 5.2, 37.6
Decimal2895016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.33:1
Text on #FFFFFF
AAA
2.03:1
Text on #000000
FAIL
9.87:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2CA8;
}
.text-color {
color: #2C2CA8;
}
.border-color {
border: 2px solid #2C2CA8;
}