#665FF8
A light, vivid blue closely aligning with Mediumslateblue.
About #665FF8
At its core, #665FF8 is a light and vivid hue. Designers often compare it to the standard color Mediumslateblue. In the RGB color space, it consists of 102 red, 95 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 59% cyan and 62% magenta inks. The HSL representation is 242.7° hue, 91.6% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#665FF8
RGB102, 95, 248
HSL242.7°, 91.6%, 67.3%
CMYK59%, 62%, 0%, 3%
HSV242.7°, 61.7%, 97.3%
LAB49.2, 45.5, -75.8
XYZ26.5, 17.8, 90.8
Decimal6709240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #665FF8;
}
.text-color {
color: #665FF8;
}
.border-color {
border: 2px solid #665FF8;
}