#66005F
A dark, vivid magenta closely aligning with Purple.
About #66005F
The precise color #66005F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(102, 0, 95).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. With a hue angle of 304.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66005F
RGB102, 0, 95
HSL304.1°, 100.0%, 20.0%
CMYK0%, 100%, 7%, 60%
HSV304.1°, 100.0%, 40.0%
LAB22.5, 49.0, -27.2
XYZ7.5, 3.7, 11.1
Decimal6684767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.14:1
Text on #FFFFFF
AAA
1.73:1
Text on #000000
FAIL
11.60:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66005F;
}
.text-color {
color: #66005F;
}
.border-color {
border: 2px solid #66005F;
}