#D81B60
Material pink 600
#D81B60 is a magenta colour. In RGB it is 216 red, 27 green and 96 blue, which converts to a hue of 338 degrees, 78% saturation and 48% lightness. It is Material pink 600 in that design system's palette.
Color values
| HEX | #D81B60 |
|---|---|
| RGB | rgb(216, 27, 96) |
| HSL | hsl(338, 78%, 48%) |
| HSV | hsv(338, 88%, 85%) |
| CMYK | cmyk(0%, 88%, 56%, 15%) |
Contrast and accessibility
Against white the contrast ratio is 4.95:1, and against black it is 4.25: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.95:1 | AA | AAA |
| Black | 4.25:1 | Fail | AA |
Tints and shades
Lighter tints move #D81B60 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #D81B60; |
|---|---|
| CSS rgb() | color: rgb(216 27 96); |
| Tailwind | bg-[#d81b60] |
| SwiftUI | Color(red: 0.847, green: 0.106, blue: 0.376) |
| Android | Color.parseColor("#D81B60") |
Closest named color
The nearest CSS colour keyword to #D81B60 is crimson (#DC143C).