#665F83
A medium, muted blue closely aligning with Slategray.
About #665F83
The precise color #665F83 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Slategray. In the RGB color space, it consists of 102 red, 95 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. The color uses 22% Cyan, 27% Magenta, 0% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#665F83
RGB102, 95, 131
HSL251.7°, 15.9%, 44.3%
CMYK22%, 27%, 0%, 49%
HSV251.7°, 27.5%, 51.4%
LAB42.2, 11.0, -19.1
XYZ13.7, 12.6, 23.2
Decimal6709123
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #665F83;
}
.text-color {
color: #665F83;
}
.border-color {
border: 2px solid #665F83;
}