#2C1DAF
A medium, vivid blue closely aligning with Darkblue.
About #2C1DAF
Visually, #2C1DAF is defined as a vivid blue. Its closest recognized web color is Darkblue. In the RGB color space, it consists of 44 red, 29 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 75% cyan, 83% magenta, 0% yellow, and 31% black. With a hue angle of 246.2 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C1DAF
RGB44, 29, 175
HSL246.2°, 71.6%, 40.0%
CMYK75%, 83%, 0%, 31%
HSV246.2°, 83.4%, 68.6%
LAB25.3, 51.7, -73.2
XYZ9.2, 4.5, 40.9
Decimal2891183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.04:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.55:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1DAF;
}
.text-color {
color: #2C1DAF;
}
.border-color {
border: 2px solid #2C1DAF;
}