Plum — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #DDA0DD | |
| RGB | rgb(221, 160, 221) | |
| HSL | hsl(300, 47%, 75%) |
Shades of Plum
| #D283D2 | #C865C8 | #BD47BD | #A13AA1 | #832F83 | #652465 | #471A47 | #290F29 |
Tints of Plum
| #E0A9E0 | #E3B0E3 | #E5B8E5 | #E8BFE8 | #EBC7EB | #EDCEED | #F0D6F0 | #F3DDF3 |
Color Pairings & Harmony
|
Complementary
#A1DDA1
|
Analogous +30°
#DDA1BF
|
Analogous −30°
#BFA1DD
|
Triadic +120°
#DDDDA1
|
Triadic −120°
#A1DDDD
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #DDA0DD;
}
.element-bg {
background-color: #DDA0DD;
color: #000000;
}
.element-border {
border: 2px solid #DDA0DD;
}
About Plum
Plum is a light color with moderate saturation, defined by the hex code #DDA0DD. Its exact color model values are rgb(221, 160, 221) in RGB and hsl(300, 47%, 75%) in HSL (hue 300°, saturation 47%, lightness 75%). On a white background the contrast ratio is 2.07:1 — Fail, and on black it is 10.15:1 — AAA pass for normal text. Use Plum for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →