#DBBDAF
A light, moderate orange closely aligning with Silver.
About #DBBDAF
The precise color #DBBDAF is an excellent choice for modern design projects. It is closely associated with the named CSS color Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 189, and 175.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 14% Magenta, 20% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBBDAF
RGB219, 189, 175
HSL19.1°, 37.9%, 77.3%
CMYK0%, 14%, 20%, 14%
HSV19.1°, 20.1%, 85.9%
LAB78.8, 8.5, 11.0
XYZ55.1, 54.6, 48.2
Decimal14400943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.91:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBBDAF;
}
.text-color {
color: #DBBDAF;
}
.border-color {
border: 2px solid #DBBDAF;
}