#2C66F8
A medium, vivid blue closely aligning with Mediumslateblue.
About #2C66F8
The hex code #2C66F8 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(44, 102, 248).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 82% Cyan, 59% Magenta, 0% Yellow, and 3% Black. With a hue angle of 222.9 degrees, it sits comfortably in the blue spectrum.
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#2C66F8
RGB44, 102, 248
HSL222.9°, 93.6%, 57.3%
CMYK82%, 59%, 0%, 3%
HSV222.9°, 82.3%, 97.3%
LAB48.0, 34.4, -77.9
XYZ22.7, 16.8, 90.9
Decimal2909944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.81:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C66F8;
}
.text-color {
color: #2C66F8;
}
.border-color {
border: 2px solid #2C66F8;
}