#66076D
A dark, vivid magenta closely aligning with Purple.
About #66076D
Visually, #66076D is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(102, 7, 109).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 94% magenta, 0% yellow, and 57% black. With a hue angle of 295.9 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66076D
RGB102, 7, 109
HSL295.9°, 87.9%, 22.7%
CMYK6%, 94%, 0%, 57%
HSV295.9°, 93.6%, 42.7%
LAB23.9, 49.8, -34.0
XYZ8.3, 4.1, 14.8
Decimal6686573
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.56:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.05:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66076D;
}
.text-color {
color: #66076D;
}
.border-color {
border: 2px solid #66076D;
}