#AF83C5
A light, moderate purple closely aligning with Plum.
About #AF83C5
When working with digital screens, the color #AF83C5 is rendered by mixing light. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 175 red, 131 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 11% C, 34% M, 0% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF83C5
RGB175, 131, 197
HSL280.0°, 36.3%, 64.3%
CMYK11%, 34%, 0%, 23%
HSV280.0°, 33.5%, 77.3%
LAB61.1, 29.0, -27.9
XYZ35.9, 29.4, 56.6
Decimal11502533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.88:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF83C5;
}
.text-color {
color: #AF83C5;
}
.border-color {
border: 2px solid #AF83C5;
}