#2C2CB6
A medium, moderate blue closely aligning with Darkblue.
About #2C2CB6
At its core, #2C2CB6 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 44 red, 44 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 76% cyan, 76% magenta, 0% yellow, and 29% black. The HSL representation is 240.0° hue, 61.1% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#2C2CB6
RGB44, 44, 182
HSL240.0°, 61.1%, 44.3%
CMYK76%, 76%, 0%, 29%
HSV240.0°, 75.8%, 71.4%
LAB28.7, 46.4, -71.7
XYZ10.4, 5.7, 44.8
Decimal2895030
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.80:1
Text on #FFFFFF
AAA
2.14:1
Text on #000000
FAIL
9.37:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2CB6;
}
.text-color {
color: #2C2CB6;
}
.border-color {
border: 2px solid #2C2CB6;
}