#666DF0
A light, vivid blue closely aligning with Mediumslateblue.
About #666DF0
Visually, #666DF0 is defined as a vivid blue. It is closely associated with the named CSS color Mediumslateblue. This translates to an RGB value of rgb(102, 109, 240).
Translating this color to physical media requires the CMYK color model. The color uses 57% Cyan, 55% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 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#666DF0
RGB102, 109, 240
HSL237.0°, 82.1%, 67.1%
CMYK57%, 55%, 0%, 6%
HSV237.0°, 57.5%, 94.1%
LAB51.9, 34.7, -67.0
XYZ26.7, 20.1, 84.9
Decimal6712816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666DF0;
}
.text-color {
color: #666DF0;
}
.border-color {
border: 2px solid #666DF0;
}