#660F8A
A dark, vivid purple closely aligning with Indigo.
About #660F8A
At its core, #660F8A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(102, 15, 138).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 26% cyan and 89% magenta inks. With a hue angle of 282.4 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#660F8A
RGB102, 15, 138
HSL282.4°, 80.4%, 30.0%
CMYK26%, 89%, 0%, 46%
HSV282.4°, 89.1%, 54.1%
LAB26.7, 53.7, -47.9
XYZ10.2, 5.0, 24.5
Decimal6688650
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.50:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.03:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F8A;
}
.text-color {
color: #660F8A;
}
.border-color {
border: 2px solid #660F8A;
}