Toolman

#DB2777 color

#DB2777#DB2777

The swatch above shows #DB2777 with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#DB2777 is a medium, vivid red, closest to the CSS named color mediumvioletred (#C71585).

It is also a Tailwind CSS default: pink-600. That means you can write bg-pink-600 or text-pink-600 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#DB2777
RGBrgb(219, 39, 119)
HSLhsl(333, 71%, 51%)
CMYKcmyk(0%, 82%, 46%, 14%)
Decimal14362487
CSScolor: #DB2777;
Android0xFFDB2777
SwiftUIColor(red: 0.859, green: 0.153, blue: 0.467, alpha: 1)

Accessibility and contrast

White text on #DB27774.60:1 — AA pass · AA large pass · AAA fail
Black text on #DB27774.57:1 — AA pass · AA large pass · AAA fail
Recommended text colorwhite

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 #DB2777

Each swatch keeps the hue and saturation of #DB2777 and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #DB2777

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #DB2777 in code

/* CSS */
.element { color: #DB2777; background-color: #DB2777; }
.element { color: rgb(219 39 119); }
.element { color: hsl(333 71% 51%); }

/* Tailwind */
<div class="bg-pink-600 text-white">

/* SCSS variable */
$brand: #DB2777;

Frequently asked questions

What color is #DB2777?

#DB2777 is a medium, vivid red. Its hue sits at 333° on the color wheel, with 71% saturation and 51% lightness.

What is #DB2777 in RGB?

#DB2777 converts to rgb(219, 39, 119) — 219 red, 39 green and 119 blue.

What is #DB2777 in CMYK?

Approximately cmyk(0%, 82%, 46%, 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 #DB2777 be white or black?

White gives the better contrast ratio (4.60:1 versus 4.57:1).

What is the complementary color of #DB2777?

#29DB8B — the hue directly opposite #DB2777 on the color wheel.

Convert any color → · Browse all colors