#42002C
A very dark, vivid magenta closely aligning with Black.
About #42002C
At its core, #42002C is a very dark and vivid hue. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(66, 0, 44).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 100% magenta, 33% yellow, and 74% black. With a hue angle of 320.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#42002C
RGB66, 0, 44
HSL320.0°, 100.0%, 12.9%
CMYK0%, 100%, 33%, 74%
HSV320.0°, 100.0%, 25.9%
LAB11.6, 33.8, -9.3
XYZ2.7, 1.3, 2.5
Decimal4325420
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.56:1
Text on #FFFFFF
AAA
1.27:1
Text on #000000
FAIL
15.83:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #42002C;
}
.text-color {
color: #42002C;
}
.border-color {
border: 2px solid #42002C;
}