#D3AFA8
A light, moderate red closely aligning with Rosybrown.
About #D3AFA8
At its core, #D3AFA8 is a light and moderate hue. It is closely associated with the named CSS color Rosybrown. In the RGB color space, it consists of 211 red, 175 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 17% M, 20% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3AFA8
RGB211, 175, 168
HSL9.8°, 32.8%, 74.3%
CMYK0%, 17%, 20%, 17%
HSV9.8°, 20.4%, 82.7%
LAB74.4, 12.0, 8.5
XYZ49.3, 47.3, 43.6
Decimal13873064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.47:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AFA8;
}
.text-color {
color: #D3AFA8;
}
.border-color {
border: 2px solid #D3AFA8;
}