#660FDB
A medium, vivid purple closely aligning with Blueviolet.
About #660FDB
At its core, #660FDB is a medium and vivid hue. Its closest recognized web color is Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 15, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 53% Cyan, 93% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#660FDB
RGB102, 15, 219
HSL265.6°, 87.2%, 45.9%
CMYK53%, 93%, 0%, 14%
HSV265.6°, 93.2%, 85.9%
LAB34.6, 71.5, -83.5
XYZ18.4, 8.3, 67.6
Decimal6688731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.91:1
Text on #FFFFFF
AAA
2.66:1
Text on #000000
FAIL
7.56:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660FDB;
}
.text-color {
color: #660FDB;
}
.border-color {
border: 2px solid #660FDB;
}