#D0B6EE
A very light, moderate purple closely aligning with Plum.
About #D0B6EE
Visually, #D0B6EE is defined as a moderate purple. Its closest recognized web color is Plum. This translates to an RGB value of rgb(208, 182, 238).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 13% cyan, 24% magenta, 0% yellow, and 7% black. With a hue angle of 267.9 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D0B6EE
RGB208, 182, 238
HSL267.9°, 62.2%, 82.4%
CMYK13%, 24%, 0%, 7%
HSV267.9°, 23.5%, 93.3%
LAB77.9, 19.8, -24.4
XYZ58.2, 53.0, 88.1
Decimal13678318
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.61:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D0B6EE;
}
.text-color {
color: #D0B6EE;
}
.border-color {
border: 2px solid #D0B6EE;
}