#DBAFA8
A light, moderate red closely aligning with Rosybrown.
About #DBAFA8
At its core, #DBAFA8 is a light and moderate hue. Designers often compare it to the standard color Rosybrown. Its digital footprint relies on 219 parts red, 175 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 20% magenta, 23% yellow, and 14% black. The HSL representation is 8.2° hue, 41.5% saturation, and 75.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBAFA8
RGB219, 175, 168
HSL8.2°, 41.5%, 75.9%
CMYK0%, 20%, 23%, 14%
HSV8.2°, 23.3%, 85.9%
LAB75.2, 14.9, 9.7
XYZ51.6, 48.5, 43.7
Decimal14397352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.71:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBAFA8;
}
.text-color {
color: #DBAFA8;
}
.border-color {
border: 2px solid #DBAFA8;
}