#8A0F3A
A dark, vivid magenta closely aligning with Brown.
About #8A0F3A
At its core, #8A0F3A is a dark and vivid hue. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(138, 15, 58).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 89% magenta, 58% yellow, and 46% black. With a hue angle of 339.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A0F3A
RGB138, 15, 58
HSL339.0°, 80.4%, 30.0%
CMYK0%, 89%, 58%, 46%
HSV339.0°, 89.1%, 54.1%
LAB29.5, 50.4, 9.0
XYZ11.4, 6.1, 4.6
Decimal9047866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.50:1
Text on #FFFFFF
AAA
2.21:1
Text on #000000
FAIL
9.08:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0F3A;
}
.text-color {
color: #8A0F3A;
}
.border-color {
border: 2px solid #8A0F3A;
}