#5F1633
A dark, moderate magenta closely aligning with Brown.
About #5F1633
When working with digital screens, the color #5F1633 is rendered by mixing light. Its closest recognized web color is Brown. Its digital footprint relies on 95 parts red, 22 parts green, and 51 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 77% magenta, 46% yellow, and 63% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#5F1633
RGB95, 22, 51
HSL336.2°, 62.4%, 22.9%
CMYK0%, 77%, 46%, 63%
HSV336.2°, 76.8%, 37.3%
LAB21.0, 35.1, 0.4
XYZ5.6, 3.2, 3.5
Decimal6231603
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.73:1
Text on #FFFFFF
AAA
1.65:1
Text on #000000
FAIL
12.17:1
Text on #F8FAFC
AAA
1.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1633;
}
.text-color {
color: #5F1633;
}
.border-color {
border: 2px solid #5F1633;
}