#57071D
A very dark, vivid magenta closely aligning with Maroon.
About #57071D
At its core, #57071D is a very dark and vivid hue. Its closest recognized web color is Maroon. Its digital footprint relies on 87 parts red, 7 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 92% magenta, 67% yellow, and 66% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57071D
RGB87, 7, 29
HSL343.5°, 85.1%, 18.4%
CMYK0%, 92%, 67%, 66%
HSV343.5°, 92.0%, 34.1%
LAB16.8, 35.7, 10.0
XYZ4.2, 2.3, 1.4
Decimal5703453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.45:1
Text on #FFFFFF
AAA
1.45:1
Text on #000000
FAIL
13.81:1
Text on #F8FAFC
AAA
1.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57071D;
}
.text-color {
color: #57071D;
}
.border-color {
border: 2px solid #57071D;
}