#660FBD
A medium, vivid purple closely aligning with Blueviolet.
About #660FBD
At its core, #660FBD is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blueviolet. Its digital footprint relies on 102 parts red, 15 parts green, and 189 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 46% C, 92% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#660FBD
RGB102, 15, 189
HSL270.0°, 85.3%, 40.0%
CMYK46%, 92%, 0%, 26%
HSV270.0°, 92.1%, 74.1%
LAB31.4, 64.7, -71.1
XYZ14.8, 6.8, 48.7
Decimal6688701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.87:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.48:1
Text on #F8FAFC
AAA
2.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660FBD;
}
.text-color {
color: #660FBD;
}
.border-color {
border: 2px solid #660FBD;
}