#8A0F33
A dark, vivid magenta closely aligning with Brown.
About #8A0F33
At its core, #8A0F33 is a dark and vivid hue. Designers often compare it to the standard color Brown. This translates to an RGB value of rgb(138, 15, 51).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 89% M, 63% Y, and 46% K. With a hue angle of 342.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A0F33
RGB138, 15, 51
HSL342.4°, 80.4%, 30.0%
CMYK0%, 89%, 63%, 46%
HSV342.4°, 89.1%, 54.1%
LAB29.4, 49.9, 13.5
XYZ11.2, 6.0, 3.7
Decimal9047859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.56:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.14:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0F33;
}
.text-color {
color: #8A0F33;
}
.border-color {
border: 2px solid #8A0F33;
}