#6D1D42
A dark, moderate magenta closely aligning with Palevioletred.
About #6D1D42
When working with digital screens, the color #6D1D42 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(109, 29, 66).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 73% magenta inks. With a hue angle of 332.2 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#6D1D42
RGB109, 29, 66
HSL332.2°, 58.0%, 27.1%
CMYK0%, 73%, 39%, 57%
HSV332.2°, 73.4%, 42.7%
LAB25.3, 38.5, -3.2
XYZ7.7, 4.5, 5.6
Decimal7150914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.03:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.54:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D1D42;
}
.text-color {
color: #6D1D42;
}
.border-color {
border: 2px solid #6D1D42;
}