#D3A8A0
A light, moderate red closely aligning with Rosybrown.
About #D3A8A0
Visually, #D3A8A0 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Rosybrown. In the RGB color space, it consists of 211 red, 168 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 20% M, 24% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3A8A0
RGB211, 168, 160
HSL9.4°, 36.7%, 72.7%
CMYK0%, 20%, 24%, 17%
HSV9.4°, 24.2%, 82.7%
LAB72.5, 14.6, 10.1
XYZ47.2, 44.4, 39.3
Decimal13871264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.88:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A8A0;
}
.text-color {
color: #D3A8A0;
}
.border-color {
border: 2px solid #D3A8A0;
}