#8349A0
A medium, moderate purple closely aligning with Rebeccapurple.
About #8349A0
The hex code #8349A0 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Rebeccapurple. In the RGB color space, it consists of 131 red, 73 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 54% Magenta, 0% Yellow, and 37% Black. The HSL representation is 280.0° hue, 37.3% saturation, and 45.7% 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#8349A0
RGB131, 73, 160
HSL280.0°, 37.3%, 45.7%
CMYK18%, 54%, 0%, 37%
HSV280.0°, 54.4%, 62.7%
LAB41.4, 40.1, -37.5
XYZ18.1, 12.1, 34.6
Decimal8604064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.13:1
Text on #FFFFFF
AA
3.43:1
Text on #000000
AA Large
5.86:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8349A0;
}
.text-color {
color: #8349A0;
}
.border-color {
border: 2px solid #8349A0;
}