#2C66FF
A medium, vivid blue closely aligning with Mediumslateblue.
About #2C66FF
At its core, #2C66FF is a medium and vivid hue. Its closest recognized web color is Mediumslateblue. This translates to an RGB value of rgb(44, 102, 255).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 83% cyan and 60% magenta inks. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C66FF
RGB44, 102, 255
HSL223.5°, 100.0%, 58.6%
CMYK83%, 60%, 0%, 0%
HSV223.5°, 82.7%, 100.0%
LAB48.6, 36.9, -80.9
XYZ23.8, 17.3, 96.7
Decimal2909951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C66FF;
}
.text-color {
color: #2C66FF;
}
.border-color {
border: 2px solid #2C66FF;
}