#665FFF
A light, vivid blue closely aligning with Mediumslateblue.
About #665FFF
When working with digital screens, the color #665FFF is rendered by mixing light. It is closely associated with the named CSS color Mediumslateblue. In the RGB color space, it consists of 102 red, 95 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 60% cyan and 63% magenta inks. The HSL representation is 242.6° hue, 100.0% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#665FFF
RGB102, 95, 255
HSL242.6°, 100.0%, 68.6%
CMYK60%, 63%, 0%, 0%
HSV242.6°, 62.7%, 100.0%
LAB49.8, 47.7, -78.8
XYZ27.6, 18.2, 96.7
Decimal6709247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #665FFF;
}
.text-color {
color: #665FFF;
}
.border-color {
border: 2px solid #665FFF;
}