#D38AB6
A light, moderate magenta closely aligning with Plum.
About #D38AB6
The hex code #D38AB6 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 211 red, 138 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 35% magenta, 14% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D38AB6
RGB211, 138, 182
HSL323.8°, 45.3%, 68.4%
CMYK0%, 35%, 14%, 17%
HSV323.8°, 34.6%, 82.7%
LAB66.1, 34.2, -11.5
XYZ44.4, 35.4, 48.7
Decimal13863606
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.08:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38AB6;
}
.text-color {
color: #D38AB6;
}
.border-color {
border: 2px solid #D38AB6;
}