#DBA899
A light, moderate red closely aligning with Rosybrown.
About #DBA899
The hex code #DBA899 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Rosybrown. In the RGB color space, it consists of 219 red, 168 green, and 153 blue.
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 23% magenta inks. With a hue angle of 13.6 degrees, it sits comfortably in the red spectrum.
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#DBA899
RGB219, 168, 153
HSL13.6°, 47.8%, 72.9%
CMYK0%, 23%, 30%, 14%
HSV13.6°, 30.1%, 85.9%
LAB73.1, 16.6, 15.0
XYZ49.0, 45.4, 36.3
Decimal14395545
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.07:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA899;
}
.text-color {
color: #DBA899;
}
.border-color {
border: 2px solid #DBA899;
}