#DBC5CC
A very light, muted magenta closely aligning with Lightgray.
About #DBC5CC
At its core, #DBC5CC is a very light and muted hue. It is closely associated with the named CSS color Lightgray. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 197, and 204.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 10% Magenta, 7% Yellow, and 14% Black. With a hue angle of 340.9 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBC5CC
RGB219, 197, 204
HSL340.9°, 23.4%, 81.6%
CMYK0%, 10%, 7%, 14%
HSV340.9°, 10.0%, 85.9%
LAB81.5, 8.9, -0.7
XYZ60.1, 59.4, 65.4
Decimal14403020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.87:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBC5CC;
}
.text-color {
color: #DBC5CC;
}
.border-color {
border: 2px solid #DBC5CC;
}