#50335F
A dark, moderate purple closely aligning with Darkslateblue.
About #50335F
At its core, #50335F is a dark and moderate hue. Its closest recognized web color is Darkslateblue. Its digital footprint relies on 80 parts red, 51 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 16% Cyan, 46% Magenta, 0% Yellow, and 63% Black. With a hue angle of 279.5 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#50335F
RGB80, 51, 95
HSL279.5°, 30.1%, 28.6%
CMYK16%, 46%, 0%, 63%
HSV279.5°, 46.3%, 37.3%
LAB26.4, 22.1, -21.2
XYZ6.6, 4.9, 11.4
Decimal5256031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.61:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.14:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50335F;
}
.text-color {
color: #50335F;
}
.border-color {
border: 2px solid #50335F;
}