#665FA8
A medium, muted blue closely aligning with Darkslateblue.
About #665FA8
When working with digital screens, the color #665FA8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslateblue. Its digital footprint relies on 102 parts red, 95 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 39% Cyan, 43% Magenta, 0% Yellow, and 34% Black. With a hue angle of 245.8 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#665FA8
RGB102, 95, 168
HSL245.8°, 29.6%, 51.6%
CMYK39%, 43%, 0%, 34%
HSV245.8°, 43.5%, 65.9%
LAB44.0, 21.1, -38.4
XYZ16.6, 13.8, 38.8
Decimal6709160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.33:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #665FA8;
}
.text-color {
color: #665FA8;
}
.border-color {
border: 2px solid #665FA8;
}