#8A3350
A dark, moderate magenta closely aligning with Palevioletred.
About #8A3350
At its core, #8A3350 is a dark and moderate hue. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(138, 51, 80).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 63% Magenta, 42% Yellow, and 46% Black. The HSL representation is 340.0° hue, 46.0% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#8A3350
RGB138, 51, 80
HSL340.0°, 46.0%, 37.1%
CMYK0%, 63%, 42%, 46%
HSV340.0°, 63.0%, 54.1%
LAB34.7, 39.8, 1.9
XYZ13.1, 8.4, 8.5
Decimal9057104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.87:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.52:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A3350;
}
.text-color {
color: #8A3350;
}
.border-color {
border: 2px solid #8A3350;
}