#660033
A dark, vivid magenta closely aligning with Brown.
About #660033
Visually, #660033 is defined as a vivid magenta. Designers often compare it to the standard color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 0, and 51.
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. The HSL representation is 330.0° hue, 100.0% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#660033
RGB102, 0, 51
HSL330.0°, 100.0%, 20.0%
CMYK0%, 100%, 50%, 60%
HSV330.0°, 100.0%, 40.0%
LAB20.3, 43.5, -0.4
XYZ6.1, 3.1, 3.4
Decimal6684723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.02:1
Text on #FFFFFF
AAA
1.61:1
Text on #000000
FAIL
12.45:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660033;
}
.text-color {
color: #660033;
}
.border-color {
border: 2px solid #660033;
}