#420033
A very dark, vivid magenta closely aligning with Darkslateblue.
About #420033
Visually, #420033 is defined as a vivid magenta. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(66, 0, 51).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. The HSL representation is 313.6° hue, 100.0% saturation, and 12.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#420033
RGB66, 0, 51
HSL313.6°, 100.0%, 12.9%
CMYK0%, 100%, 23%, 74%
HSV313.6°, 100.0%, 25.9%
LAB11.9, 34.8, -13.9
XYZ2.8, 1.4, 3.3
Decimal4325427
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.41:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.69:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420033;
}
.text-color {
color: #420033;
}
.border-color {
border: 2px solid #420033;
}