#DB758A
A light, moderate red closely aligning with Palevioletred.
About #DB758A
At its core, #DB758A is a light and moderate hue. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(219, 117, 138).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#DB758A
RGB219, 117, 138
HSL347.6°, 58.6%, 65.9%
CMYK0%, 47%, 37%, 14%
HSV347.6°, 46.6%, 85.9%
LAB61.3, 41.9, 6.7
XYZ40.2, 29.6, 27.6
Decimal14382474
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.92:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB758A;
}
.text-color {
color: #DB758A;
}
.border-color {
border: 2px solid #DB758A;
}