#5F072C
A dark, vivid magenta closely aligning with Brown.
About #5F072C
When working with digital screens, the color #5F072C is rendered by mixing light. Designers often compare it to the standard color Brown. Its digital footprint relies on 95 parts red, 7 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 93% Magenta, 54% Yellow, and 63% Black. With a hue angle of 334.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F072C
RGB95, 7, 44
HSL334.8°, 86.3%, 20.0%
CMYK0%, 93%, 54%, 63%
HSV334.8°, 92.6%, 37.3%
LAB19.1, 39.2, 2.6
XYZ5.2, 2.8, 2.6
Decimal6227756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.52:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.92:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F072C;
}
.text-color {
color: #5F072C;
}
.border-color {
border: 2px solid #5F072C;
}