#660FF8
A medium, vivid purple closely aligning with Blue.
About #660FF8
At its core, #660FF8 is a medium and vivid hue. It is closely associated with the named CSS color Blue. Its digital footprint relies on 102 parts red, 15 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 59% cyan and 94% magenta inks. The HSL representation is 262.4° hue, 94.3% saturation, and 51.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#660FF8
RGB102, 15, 248
HSL262.4°, 94.3%, 51.6%
CMYK59%, 94%, 0%, 3%
HSV262.4°, 94.0%, 97.3%
LAB37.7, 78.1, -94.7
XYZ22.6, 9.9, 89.5
Decimal6688760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.03:1
Text on #FFFFFF
AAA
2.99:1
Text on #000000
FAIL
6.72:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660FF8;
}
.text-color {
color: #660FF8;
}
.border-color {
border: 2px solid #660FF8;
}