#D38AA8
A light, moderate magenta closely aligning with Palevioletred.
About #D38AA8
At its core, #D38AA8 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 211 red, 138 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 35% M, 20% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D38AA8
RGB211, 138, 168
HSL335.3°, 45.3%, 68.4%
CMYK0%, 35%, 20%, 17%
HSV335.3°, 34.6%, 82.7%
LAB65.6, 32.0, -4.3
XYZ43.0, 34.9, 41.5
Decimal13863592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.97:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38AA8;
}
.text-color {
color: #D38AA8;
}
.border-color {
border: 2px solid #D38AA8;
}