#6D0024
A dark, vivid magenta closely aligning with Brown.
About #6D0024
The hex code #6D0024 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 109 red, 0 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 100% Magenta, 67% Yellow, and 57% Black. With a hue angle of 340.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D0024
RGB109, 0, 36
HSL340.2°, 100.0%, 21.4%
CMYK0%, 100%, 67%, 57%
HSV340.2°, 100.0%, 42.7%
LAB21.5, 44.1, 12.1
XYZ6.6, 3.4, 2.0
Decimal7143460
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.53:1
Text on #FFFFFF
AAA
1.68:1
Text on #000000
FAIL
11.98:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0024;
}
.text-color {
color: #6D0024;
}
.border-color {
border: 2px solid #6D0024;
}