#DB8AA8
A light, moderate magenta closely aligning with Palevioletred.
About #DB8AA8
Visually, #DB8AA8 is defined as a moderate magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(219, 138, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 37% Magenta, 23% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB8AA8
RGB219, 138, 168
HSL337.8°, 52.9%, 70.0%
CMYK0%, 37%, 23%, 14%
HSV337.8°, 37.0%, 85.9%
LAB66.6, 34.9, -2.8
XYZ45.4, 36.1, 41.6
Decimal14387880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.21:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
6.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB8AA8;
}
.text-color {
color: #DB8AA8;
}
.border-color {
border: 2px solid #DB8AA8;
}