#5F0F07
A dark, vivid red closely aligning with Maroon.
About #5F0F07
Visually, #5F0F07 is defined as a vivid red. It is closely associated with the named CSS color Maroon. Its digital footprint relies on 95 parts red, 15 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 84% magenta inks. With a hue angle of 5.5 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F0F07
RGB95, 15, 7
HSL5.5°, 86.3%, 20.0%
CMYK0%, 84%, 93%, 63%
HSV5.5°, 92.6%, 37.3%
LAB19.2, 34.8, 26.2
XYZ4.9, 2.8, 0.5
Decimal6229767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.48:1
Text on #FFFFFF
AAA
1.56:1
Text on #000000
FAIL
12.88:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F07;
}
.text-color {
color: #5F0F07;
}
.border-color {
border: 2px solid #5F0F07;
}