#DB92AF
A light, moderate magenta closely aligning with Lightpink.
About #DB92AF
At its core, #DB92AF is a light and moderate hue. It is closely associated with the named CSS color Lightpink. In the RGB color space, it consists of 219 red, 146 green, and 175 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 33% magenta, 20% yellow, and 14% black. The HSL representation is 336.2° hue, 50.3% saturation, and 71.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB92AF
RGB219, 146, 175
HSL336.2°, 50.3%, 71.6%
CMYK0%, 33%, 20%, 14%
HSV336.2°, 33.3%, 85.9%
LAB68.5, 31.6, -3.8
XYZ47.2, 38.7, 45.5
Decimal14389935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.74:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB92AF;
}
.text-color {
color: #DB92AF;
}
.border-color {
border: 2px solid #DB92AF;
}