#E11D48
Tailwind rose-600
#E11D48 is a red colour. In RGB it is 225 red, 29 green and 72 blue, which converts to a hue of 347 degrees, 77% saturation and 50% lightness. It is Tailwind rose-600 in that design system's palette.
Color values
| HEX | #E11D48 |
|---|---|
| RGB | rgb(225, 29, 72) |
| HSL | hsl(347, 77%, 50%) |
| HSV | hsv(347, 87%, 88%) |
| CMYK | cmyk(0%, 87%, 68%, 12%) |
Contrast and accessibility
Against white the contrast ratio is 4.7:1, and against black it is 4.47: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.7:1 | AA | AAA |
| Black | 4.47:1 | Fail | AA |
Tints and shades
Lighter tints move #E11D48 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E11D48; |
|---|---|
| CSS rgb() | color: rgb(225 29 72); |
| Tailwind | bg-[#e11d48] |
| SwiftUI | Color(red: 0.882, green: 0.114, blue: 0.282) |
| Android | Color.parseColor("#E11D48") |
Closest named color
The nearest CSS colour keyword to #E11D48 is crimson (#DC143C).