#2C1DF8
A medium, vivid blue closely aligning with Blue.
About #2C1DF8
At its core, #2C1DF8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blue. This translates to an RGB value of rgb(44, 29, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 82% Cyan, 88% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C1DF8
RGB44, 29, 248
HSL244.1°, 94.0%, 54.3%
CMYK82%, 88%, 0%, 3%
HSV244.1°, 88.3%, 97.3%
LAB34.4, 72.2, -100.4
XYZ18.4, 8.2, 89.4
Decimal2891256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.96:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.61:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1DF8;
}
.text-color {
color: #2C1DF8;
}
.border-color {
border: 2px solid #2C1DF8;
}