Palevioletred — #DB7093
#DB7093 is a light, moderately saturated red. It is the CSS named color palevioletred.
Color values
| HEX | #DB7093 |
| RGB | rgb(219, 112, 147) |
| HSL | hsl(340, 60%, 65%) |
| CMYK | cmyk(0%, 49%, 33%, 14%) |
| Decimal | 14381203 |
| CSS | color: #DB7093; |
| Android | 0xFFDB7093 |
| Swift | UIColor(red: 0.859, green: 0.439, blue: 0.576, alpha: 1) |
Accessibility and contrast
| White text on #DB7093 | 3.11:1 — AA fail · AA large pass · AAA fail |
| Black text on #DB7093 | 6.75:1 — AA pass · AA large pass · AAA fail |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #DB7093
Each swatch keeps the hue and saturation of #DB7093 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #DB7093
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #DB7093 in code
/* CSS */
.element { color: #DB7093; background-color: #DB7093; }
.element { color: rgb(219 112 147); }
.element { color: hsl(340 60% 65%); }
/* Tailwind arbitrary value */
<div class="bg-[#DB7093] text-black">
/* SCSS variable */
$brand: #DB7093;
Frequently asked questions
What color is #DB7093?
#DB7093 is a light, moderately saturated red, which CSS calls palevioletred. Its hue sits at 340° on the color wheel, with 60% saturation and 65% lightness.
What is #DB7093 in RGB?
#DB7093 converts to rgb(219, 112, 147) — 219 red, 112 green and 147 blue.
What is #DB7093 in CMYK?
Approximately cmyk(0%, 49%, 33%, 14%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #DB7093 be white or black?
Black gives the better contrast ratio (6.75:1 versus 3.11:1).
What is the complementary color of #DB7093?
#70DBB8 — the hue directly opposite #DB7093 on the color wheel.