#5F003A
A very dark, vivid magenta closely aligning with Purple.
About #5F003A
Visually, #5F003A is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Purple. Its digital footprint relies on 95 parts red, 0 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 39% Y, and 63% K. With a hue angle of 323.4 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F003A
RGB95, 0, 58
HSL323.4°, 100.0%, 18.6%
CMYK0%, 100%, 39%, 63%
HSV323.4°, 100.0%, 37.3%
LAB19.0, 42.5, -7.5
XYZ5.5, 2.7, 4.2
Decimal6225978
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.57:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.97:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F003A;
}
.text-color {
color: #5F003A;
}
.border-color {
border: 2px solid #5F003A;
}