#D3AFFF
A very light, vivid purple closely aligning with Plum.
About #D3AFFF
When working with digital screens, the color #D3AFFF is rendered by mixing light. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(211, 175, 255).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 17% C, 31% M, 0% Y, and 0% K. The HSL representation is 267.0° hue, 100.0% saturation, and 84.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3AFFF
RGB211, 175, 255
HSL267.0°, 100.0%, 84.3%
CMYK17%, 31%, 0%, 0%
HSV267.0°, 31.4%, 100.0%
LAB77.1, 28.1, -34.8
XYZ60.2, 51.7, 101.4
Decimal13873151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.35:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AFFF;
}
.text-color {
color: #D3AFFF;
}
.border-color {
border: 2px solid #D3AFFF;
}