#2C16F0
A medium, vivid blue closely aligning with Blue.
About #2C16F0
At its core, #2C16F0 is a medium and vivid hue. Its closest recognized web color is Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 22, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 82% cyan, 91% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C16F0
RGB44, 22, 240
HSL246.1°, 87.9%, 51.4%
CMYK82%, 91%, 0%, 6%
HSV246.1°, 90.8%, 94.1%
LAB32.7, 72.1, -98.7
XYZ17.1, 7.4, 83.0
Decimal2889456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.47:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.09:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C16F0;
}
.text-color {
color: #2C16F0;
}
.border-color {
border: 2px solid #2C16F0;
}