#DBA0A0
A light, moderate red closely aligning with Rosybrown.
About #DBA0A0
Visually, #DBA0A0 is defined as a moderate red. Designers often compare it to the standard color Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 160, and 160.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 27% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DBA0A0
RGB219, 160, 160
HSL0.0°, 45.0%, 74.3%
CMYK0%, 27%, 27%, 14%
HSV0.0°, 26.9%, 85.9%
LAB71.4, 21.9, 8.7
XYZ48.1, 42.7, 39.0
Decimal14393504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.55:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA0A0;
}
.text-color {
color: #DBA0A0;
}
.border-color {
border: 2px solid #DBA0A0;
}