#DB2777
Tailwind pink-600
#DB2777 is a magenta colour. In RGB it is 219 red, 39 green and 119 blue, which converts to a hue of 333 degrees, 71% saturation and 51% lightness. It is Tailwind pink-600 in that design system's palette.
Color values
| HEX | #DB2777 |
|---|---|
| RGB | rgb(219, 39, 119) |
| HSL | hsl(333, 71%, 51%) |
| HSV | hsv(333, 82%, 86%) |
| CMYK | cmyk(0%, 82%, 46%, 14%) |
Contrast and accessibility
Against white the contrast ratio is 4.6:1, and against black it is 4.57:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 4.6:1 | AA | AAA |
| Black | 4.57:1 | AA | AAA |
Tints and shades
Lighter tints move #DB2777 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #DB2777; |
|---|---|
| CSS rgb() | color: rgb(219 39 119); |
| Tailwind | bg-[#db2777] |
| SwiftUI | Color(red: 0.859, green: 0.153, blue: 0.467) |
| Android | Color.parseColor("#DB2777") |
Closest named color
The nearest CSS colour keyword to #DB2777 is mediumvioletred (#C71585).