#8F3B6A
A dark, moderate magenta closely aligning with Palevioletred.
About #8F3B6A
At its core, #8F3B6A is a dark and moderate hue. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(143, 59, 106).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 59% magenta, 26% yellow, and 44% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8F3B6A
RGB143, 59, 106
HSL326.4°, 41.6%, 39.6%
CMYK0%, 59%, 26%, 44%
HSV326.4°, 58.7%, 56.1%
LAB37.9, 41.0, -9.9
XYZ15.5, 10.0, 14.8
Decimal9386858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.00:1
Text on #FFFFFF
AA
3.00:1
Text on #000000
AA Large
6.69:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8F3B6A;
}
.text-color {
color: #8F3B6A;
}
.border-color {
border: 2px solid #8F3B6A;
}