#2C16B6
A medium, vivid blue closely aligning with Darkblue.
About #2C16B6
At its core, #2C16B6 is a medium and vivid hue. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 44 red, 22 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 76% Cyan, 88% Magenta, 0% Yellow, and 29% Black. With a hue angle of 248.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C16B6
RGB44, 22, 182
HSL248.2°, 78.4%, 40.0%
CMYK76%, 88%, 0%, 29%
HSV248.2°, 87.9%, 71.4%
LAB25.2, 56.5, -77.5
XYZ9.8, 4.5, 44.6
Decimal2889398
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.07:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.58:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C16B6;
}
.text-color {
color: #2C16B6;
}
.border-color {
border: 2px solid #2C16B6;
}