#50005F
A very dark, vivid magenta closely aligning with Purple.
About #50005F
When working with digital screens, the color #50005F is rendered by mixing light. Designers often compare it to the standard color Purple. In the RGB color space, it consists of 80 red, 0 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 16% C, 100% M, 0% Y, and 63% K. With a hue angle of 290.5 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50005F
RGB80, 0, 95
HSL290.5°, 100.0%, 18.6%
CMYK16%, 100%, 0%, 63%
HSV290.5°, 100.0%, 37.3%
LAB18.1, 45.1, -34.5
XYZ5.4, 2.5, 11.0
Decimal5242975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.94:1
Text on #FFFFFF
AAA
1.51:1
Text on #000000
FAIL
13.32:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50005F;
}
.text-color {
color: #50005F;
}
.border-color {
border: 2px solid #50005F;
}