#DBC5B6
A light, moderate orange closely aligning with Silver.
About #DBC5B6
When working with digital screens, the color #DBC5B6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Silver. Its digital footprint relies on 219 parts red, 197 parts green, and 182 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 10% Magenta, 17% 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#DBC5B6
RGB219, 197, 182
HSL24.3°, 33.9%, 78.6%
CMYK0%, 10%, 17%, 14%
HSV24.3°, 16.9%, 85.9%
LAB80.9, 5.3, 10.3
XYZ57.6, 58.4, 52.5
Decimal14402998
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.67:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBC5B6;
}
.text-color {
color: #DBC5B6;
}
.border-color {
border: 2px solid #DBC5B6;
}