#57336D
A dark, moderate purple closely aligning with Darkslateblue.
About #57336D
At its core, #57336D is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 51, and 109.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 20% C, 53% M, 0% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
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#57336D
RGB87, 51, 109
HSL277.2°, 36.2%, 31.4%
CMYK20%, 53%, 0%, 57%
HSV277.2°, 53.2%, 42.7%
LAB28.1, 27.8, -27.5
XYZ7.9, 5.5, 15.1
Decimal5714797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.00:1
Text on #FFFFFF
AAA
2.10:1
Text on #000000
FAIL
9.56:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57336D;
}
.text-color {
color: #57336D;
}
.border-color {
border: 2px solid #57336D;
}