#D3A092
A light, moderate red closely aligning with Rosybrown.
About #D3A092
The hex code #D3A092 represents a beautifully specific shade of red. It is closely associated with the named CSS color Rosybrown. Its digital footprint relies on 211 parts red, 160 parts green, and 146 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 24% 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#D3A092
RGB211, 160, 146
HSL12.9°, 42.5%, 70.0%
CMYK0%, 24%, 31%, 17%
HSV12.9°, 30.8%, 82.7%
LAB70.2, 17.0, 14.6
XYZ44.6, 41.1, 32.8
Decimal13869202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.21:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A092;
}
.text-color {
color: #D3A092;
}
.border-color {
border: 2px solid #D3A092;
}