#D38AAF
A light, moderate magenta closely aligning with Palevioletred.
About #D38AAF
The precise color #D38AAF is an excellent choice for modern design projects. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(211, 138, 175).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 35% Magenta, 17% Yellow, and 17% Black. The HSL representation is 329.6° hue, 45.3% saturation, and 68.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#D38AAF
RGB211, 138, 175
HSL329.6°, 45.3%, 68.4%
CMYK0%, 35%, 17%, 17%
HSV329.6°, 34.6%, 82.7%
LAB65.8, 33.1, -7.9
XYZ43.7, 35.1, 45.0
Decimal13863599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.02:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38AAF;
}
.text-color {
color: #D38AAF;
}
.border-color {
border: 2px solid #D38AAF;
}