#2C00B6
A dark, vivid blue closely aligning with Mediumblue.
About #2C00B6
Visually, #2C00B6 is defined as a vivid blue. Its closest recognized web color is Mediumblue. Its digital footprint relies on 44 parts red, 0 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 76% C, 100% M, 0% Y, and 29% K. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C00B6
RGB44, 0, 182
HSL254.5°, 100.0%, 35.7%
CMYK76%, 100%, 0%, 29%
HSV254.5°, 100.0%, 71.4%
LAB23.4, 62.1, -80.5
XYZ9.5, 3.9, 44.5
Decimal2883766
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.78:1
Text on #FFFFFF
AAA
1.78:1
Text on #000000
FAIL
11.26:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C00B6;
}
.text-color {
color: #2C00B6;
}
.border-color {
border: 2px solid #2C00B6;
}