#0066FF
A medium, vivid blue closely aligning with Mediumslateblue.
About #0066FF
At its core, #0066FF is a medium and vivid hue. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 102, and 255.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0066FF
RGB0, 102, 255
HSL216.0°, 100.0%, 50.0%
CMYK100%, 60%, 0%, 0%
HSV216.0°, 100.0%, 100.0%
LAB47.9, 35.2, -82.0
XYZ22.8, 16.7, 96.6
Decimal26367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.62:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0066FF;
}
.text-color {
color: #0066FF;
}
.border-color {
border: 2px solid #0066FF;
}