#666DF8
A light, vivid blue closely aligning with Mediumslateblue.
About #666DF8
At its core, #666DF8 is a light and vivid hue. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 102 red, 109 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 59% Cyan, 56% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#666DF8
RGB102, 109, 248
HSL237.1°, 91.3%, 68.6%
CMYK59%, 56%, 0%, 3%
HSV237.1°, 58.9%, 97.3%
LAB52.4, 37.3, -70.6
XYZ27.9, 20.5, 91.3
Decimal6712824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666DF8;
}
.text-color {
color: #666DF8;
}
.border-color {
border: 2px solid #666DF8;
}