#665FB6
A medium, moderate blue closely aligning with Darkslateblue.
About #665FB6
The hex code #665FB6 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 102 red, 95 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. The color uses 44% Cyan, 48% Magenta, 0% Yellow, and 29% Black. With a hue angle of 244.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#665FB6
RGB102, 95, 182
HSL244.8°, 37.3%, 54.3%
CMYK44%, 48%, 0%, 29%
HSV244.8°, 47.8%, 71.4%
LAB44.8, 25.2, -45.4
XYZ18.0, 14.4, 46.1
Decimal6709174
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.42:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.18:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #665FB6;
}
.text-color {
color: #665FB6;
}
.border-color {
border: 2px solid #665FB6;
}