#663357
A dark, moderate magenta closely aligning with Darkslateblue.
About #663357
At its core, #663357 is a dark and moderate hue. Its closest recognized web color is Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 51, and 87.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#663357
RGB102, 51, 87
HSL317.6°, 33.3%, 30.0%
CMYK0%, 50%, 15%, 60%
HSV317.6°, 50.0%, 40.0%
LAB29.1, 28.1, -11.6
XYZ8.4, 5.9, 9.7
Decimal6697815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.65:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.22:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663357;
}
.text-color {
color: #663357;
}
.border-color {
border: 2px solid #663357;
}