#0766FF
A medium, vivid blue closely aligning with Mediumslateblue.
About #0766FF
Visually, #0766FF is defined as a vivid blue. It is closely associated with the named CSS color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 102, and 255.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 60% M, 0% Y, and 0% K. The HSL representation is 217.0° hue, 100.0% saturation, and 51.4% lightness.
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#0766FF
RGB7, 102, 255
HSL217.0°, 100.0%, 51.4%
CMYK97%, 60%, 0%, 0%
HSV217.0°, 97.3%, 100.0%
LAB48.0, 35.4, -81.9
XYZ22.9, 16.8, 96.6
Decimal485119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0766FF;
}
.text-color {
color: #0766FF;
}
.border-color {
border: 2px solid #0766FF;
}