#5F0766
A dark, vivid magenta closely aligning with Purple.
About #5F0766
At its core, #5F0766 is a dark and vivid hue. Designers often compare it to the standard color Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 7, and 102.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 7% cyan and 93% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F0766
RGB95, 7, 102
HSL295.6°, 87.2%, 21.4%
CMYK7%, 93%, 0%, 60%
HSV295.6°, 93.1%, 40.0%
LAB22.1, 47.3, -32.5
XYZ7.2, 3.5, 12.9
Decimal6227814
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.29:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.75:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0766;
}
.text-color {
color: #5F0766;
}
.border-color {
border: 2px solid #5F0766;
}