#665F99
A medium, muted blue closely aligning with Darkslateblue.
About #665F99
Visually, #665F99 is defined as a muted blue. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 95, and 153.
Translating this color to physical media requires the CMYK color model. The color uses 33% Cyan, 38% Magenta, 0% Yellow, and 40% Black. The HSL representation is 247.2° hue, 23.4% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. 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#665F99
RGB102, 95, 153
HSL247.2°, 23.4%, 48.6%
CMYK33%, 38%, 0%, 40%
HSV247.2°, 37.9%, 60.0%
LAB43.2, 16.8, -30.7
XYZ15.3, 13.3, 31.9
Decimal6709145
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.73:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.48:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #665F99;
}
.text-color {
color: #665F99;
}
.border-color {
border: 2px solid #665F99;
}