#DB99A8
A light, moderate red closely aligning with Lightpink.
About #DB99A8
At its core, #DB99A8 is a light and moderate hue. Its closest recognized web color is Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 153, and 168.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 30% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB99A8
RGB219, 153, 168
HSL346.4°, 47.8%, 72.9%
CMYK0%, 30%, 23%, 14%
HSV346.4°, 30.1%, 85.9%
LAB69.9, 26.8, 2.1
XYZ47.7, 40.7, 42.4
Decimal14391720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.13:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB99A8;
}
.text-color {
color: #DB99A8;
}
.border-color {
border: 2px solid #DB99A8;
}