#DBB6B6
A light, moderate red closely aligning with Pink.
About #DBB6B6
Visually, #DBB6B6 is defined as a moderate red. It is closely associated with the named CSS color Pink. Its digital footprint relies on 219 parts red, 182 parts green, and 182 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 17% Magenta, 17% Yellow, and 14% Black. The HSL representation is 0.0° hue, 33.9% saturation, and 78.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBB6B6
RGB219, 182, 182
HSL0.0°, 33.9%, 78.6%
CMYK0%, 17%, 17%, 14%
HSV0.0°, 16.9%, 85.9%
LAB77.2, 13.3, 5.0
XYZ54.4, 51.9, 51.4
Decimal14399158
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.38:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB6B6;
}
.text-color {
color: #DBB6B6;
}
.border-color {
border: 2px solid #DBB6B6;
}