#5F0F75
A dark, vivid magenta closely aligning with Purple.
About #5F0F75
The hex code #5F0F75 represents a beautifully specific shade of magenta. Its closest recognized web color is Purple. Its digital footprint relies on 95 parts red, 15 parts green, and 117 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 19% cyan, 87% magenta, 0% yellow, and 54% black. With a hue angle of 287.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#5F0F75
RGB95, 15, 117
HSL287.1°, 77.3%, 25.9%
CMYK19%, 87%, 0%, 54%
HSV287.1°, 87.2%, 45.9%
LAB23.9, 48.2, -39.4
XYZ8.1, 4.1, 17.2
Decimal6229877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.59:1
Text on #FFFFFF
AAA
1.81:1
Text on #000000
FAIL
11.08:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F75;
}
.text-color {
color: #5F0F75;
}
.border-color {
border: 2px solid #5F0F75;
}