#D38399
A light, moderate magenta closely aligning with Palevioletred.
About #D38399
The hex code #D38399 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Palevioletred. In the RGB color space, it consists of 211 red, 131 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 38% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D38399
RGB211, 131, 153
HSL343.5°, 47.6%, 67.1%
CMYK0%, 38%, 27%, 17%
HSV343.5°, 37.9%, 82.7%
LAB63.7, 33.6, 1.3
XYZ40.7, 32.4, 34.2
Decimal13861785
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.48:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38399;
}
.text-color {
color: #D38399;
}
.border-color {
border: 2px solid #D38399;
}