#662CDB
A medium, vivid purple closely aligning with Blueviolet.
About #662CDB
Visually, #662CDB is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 44, and 219.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 53% C, 80% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#662CDB
RGB102, 44, 219
HSL259.9°, 70.9%, 51.6%
CMYK53%, 80%, 0%, 14%
HSV259.9°, 79.9%, 85.9%
LAB37.4, 63.1, -78.8
XYZ19.2, 9.7, 67.9
Decimal6696155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.12:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.81:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662CDB;
}
.text-color {
color: #662CDB;
}
.border-color {
border: 2px solid #662CDB;
}