#DBAFA0
A light, moderate orange closely aligning with Tan.
About #DBAFA0
Visually, #DBAFA0 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Tan. This translates to an RGB value of rgb(219, 175, 160).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 20% M, 27% Y, and 14% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBAFA0
RGB219, 175, 160
HSL15.3°, 45.0%, 74.3%
CMYK0%, 20%, 27%, 14%
HSV15.3°, 26.9%, 85.9%
LAB75.0, 13.8, 13.8
XYZ50.9, 48.3, 39.9
Decimal14397344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.65:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBAFA0;
}
.text-color {
color: #DBAFA0;
}
.border-color {
border: 2px solid #DBAFA0;
}