#DB668A
A light, moderate magenta closely aligning with Palevioletred.
About #DB668A
At its core, #DB668A is a light and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 102, and 138.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 53% magenta, 37% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB668A
RGB219, 102, 138
HSL341.5°, 61.9%, 62.9%
CMYK0%, 53%, 37%, 14%
HSV341.5°, 53.4%, 85.9%
LAB58.4, 49.4, 2.5
XYZ38.6, 26.4, 27.1
Decimal14378634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.34:1
Text on #FFFFFF
AA Large
6.28:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB668A;
}
.text-color {
color: #DB668A;
}
.border-color {
border: 2px solid #DB668A;
}