#2C007C
A dark, vivid purple closely aligning with Navy.
About #2C007C
The precise color #2C007C is an excellent choice for modern design projects. Designers often compare it to the standard color Navy. This translates to an RGB value of rgb(44, 0, 124).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 65% C, 100% M, 0% Y, and 51% K. With a hue angle of 261.3 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C007C
RGB44, 0, 124
HSL261.3°, 100.0%, 24.3%
CMYK65%, 100%, 0%, 51%
HSV261.3°, 100.0%, 48.6%
LAB15.4, 47.7, -58.0
XYZ4.7, 2.0, 19.2
Decimal2883708
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.02:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.36:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C007C;
}
.text-color {
color: #2C007C;
}
.border-color {
border: 2px solid #2C007C;
}