#665FD3
A light, moderate blue closely aligning with Slateblue.
About #665FD3
At its core, #665FD3 is a light and moderate hue. Designers often compare it to the standard color Slateblue. In the RGB color space, it consists of 102 red, 95 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 52% cyan and 55% magenta inks. The HSL representation is 243.6° hue, 56.9% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#665FD3
RGB102, 95, 211
HSL243.6°, 56.9%, 60.0%
CMYK52%, 55%, 0%, 17%
HSV243.6°, 55.0%, 82.7%
LAB46.6, 34.0, -59.2
XYZ21.3, 15.7, 63.5
Decimal6709203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #665FD3;
}
.text-color {
color: #665FD3;
}
.border-color {
border: 2px solid #665FD3;
}