#6D0033
A dark, vivid magenta closely aligning with Brown.
About #6D0033
The precise color #6D0033 is an excellent choice for modern design projects. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 109 red, 0 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 53% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D0033
RGB109, 0, 51
HSL331.9°, 100.0%, 21.4%
CMYK0%, 100%, 53%, 57%
HSV331.9°, 100.0%, 42.7%
LAB21.9, 45.2, 2.1
XYZ6.9, 3.5, 3.4
Decimal7143475
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.37:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.82:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0033;
}
.text-color {
color: #6D0033;
}
.border-color {
border: 2px solid #6D0033;
}