#2C00A8
A dark, vivid purple closely aligning with Darkblue.
About #2C00A8
At its core, #2C00A8 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(44, 0, 168).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 74% Cyan, 100% Magenta, 0% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C00A8
RGB44, 0, 168
HSL255.7°, 100.0%, 32.9%
CMYK74%, 100%, 0%, 34%
HSV255.7°, 100.0%, 65.9%
LAB21.4, 58.7, -75.3
XYZ8.1, 3.4, 37.3
Decimal2883752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.56:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.00:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C00A8;
}
.text-color {
color: #2C00A8;
}
.border-color {
border: 2px solid #2C00A8;
}