#6D0F50
A dark, vivid magenta closely aligning with Purple.
About #6D0F50
At its core, #6D0F50 is a dark and vivid hue. Its closest recognized web color is Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 15, and 80.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 86% magenta inks. With a hue angle of 318.5 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D0F50
RGB109, 15, 80
HSL318.5°, 75.8%, 24.3%
CMYK0%, 86%, 27%, 57%
HSV318.5°, 86.2%, 42.7%
LAB24.2, 45.0, -14.3
XYZ7.9, 4.2, 8.0
Decimal7147344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.45:1
Text on #FFFFFF
AAA
1.83:1
Text on #000000
FAIL
10.94:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0F50;
}
.text-color {
color: #6D0F50;
}
.border-color {
border: 2px solid #6D0F50;
}