#2C1DB6
A medium, vivid blue closely aligning with Darkblue.
About #2C1DB6
Visually, #2C1DB6 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 44 red, 29 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. The color uses 76% Cyan, 84% Magenta, 0% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
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#2C1DB6
RGB44, 29, 182
HSL245.9°, 72.5%, 41.4%
CMYK76%, 84%, 0%, 29%
HSV245.9°, 84.1%, 71.4%
LAB26.1, 53.8, -76.0
XYZ9.9, 4.8, 44.7
Decimal2891190
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.72:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.25:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1DB6;
}
.text-color {
color: #2C1DB6;
}
.border-color {
border: 2px solid #2C1DB6;
}