#660F66
A dark, vivid magenta closely aligning with Purple.
About #660F66
At its core, #660F66 is a dark and vivid hue. Designers often compare it to the standard color Purple. In the RGB color space, it consists of 102 red, 15 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 85% magenta, 0% yellow, and 60% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#660F66
RGB102, 15, 102
HSL300.0°, 74.4%, 22.9%
CMYK0%, 85%, 0%, 60%
HSV300.0°, 85.3%, 40.0%
LAB24.1, 46.8, -29.2
XYZ8.0, 4.1, 12.9
Decimal6688614
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.51:1
Text on #FFFFFF
AAA
1.83:1
Text on #000000
FAIL
11.00:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F66;
}
.text-color {
color: #660F66;
}
.border-color {
border: 2px solid #660F66;
}