#3E0E27
A very dark, moderate magenta closely aligning with Black.
About #3E0E27
The hex code #3E0E27 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Black. In the RGB color space, it consists of 62 red, 14 green, and 39 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 77% magenta, 37% yellow, and 76% black. The HSL representation is 328.8° hue, 63.2% saturation, and 14.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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3E0E27
RGB62, 14, 39
HSL328.8°, 63.2%, 14.9%
CMYK0%, 77%, 37%, 76%
HSV328.8°, 77.4%, 24.3%
LAB12.5, 26.0, -4.3
XYZ2.5, 1.5, 2.1
Decimal4066855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.19:1
Text on #FFFFFF
AAA
1.30:1
Text on #000000
FAIL
15.48:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3E0E27;
}
.text-color {
color: #3E0E27;
}
.border-color {
border: 2px solid #3E0E27;
}