#5F0F2C
A dark, vivid magenta closely aligning with Brown.
About #5F0F2C
The hex code #5F0F2C represents a beautifully specific shade of 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 95, 15, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 84% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a 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#5F0F2C
RGB95, 15, 44
HSL338.2°, 72.7%, 21.6%
CMYK0%, 84%, 54%, 63%
HSV338.2°, 84.2%, 37.3%
LAB19.9, 37.0, 3.7
XYZ5.3, 3.0, 2.7
Decimal6229804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.20:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.61:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F2C;
}
.text-color {
color: #5F0F2C;
}
.border-color {
border: 2px solid #5F0F2C;
}