#2C16D3
A medium, vivid blue closely aligning with Mediumblue.
About #2C16D3
At its core, #2C16D3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 44 parts red, 22 parts green, and 211 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 79% Cyan, 90% Magenta, 0% Yellow, and 17% Black. The HSL representation is 247.0° hue, 81.1% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C16D3
RGB44, 22, 211
HSL247.0°, 81.1%, 45.7%
CMYK79%, 90%, 0%, 17%
HSV247.0°, 89.6%, 82.7%
LAB28.9, 64.5, -88.4
XYZ13.1, 5.8, 62.1
Decimal2889427
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.71:1
Text on #FFFFFF
AAA
2.16:1
Text on #000000
FAIL
9.28:1
Text on #F8FAFC
AAA
1.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C16D3;
}
.text-color {
color: #2C16D3;
}
.border-color {
border: 2px solid #2C16D3;
}