#57070F
A very dark, vivid red closely aligning with Maroon.
About #57070F
The hex code #57070F represents a beautifully specific shade of red. It is closely associated with the named CSS color Maroon. This translates to an RGB value of rgb(87, 7, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 92% magenta, 83% yellow, and 66% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57070F
RGB87, 7, 15
HSL354.0°, 85.1%, 18.4%
CMYK0%, 92%, 83%, 66%
HSV354.0°, 92.0%, 34.1%
LAB16.6, 34.9, 19.1
XYZ4.1, 2.2, 0.7
Decimal5703439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.56:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.91:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57070F;
}
.text-color {
color: #57070F;
}
.border-color {
border: 2px solid #57070F;
}