#FB7185
Tailwind rose-400
#FB7185 is a red colour. In RGB it is 251 red, 113 green and 133 blue, which converts to a hue of 351 degrees, 95% saturation and 71% lightness. It is Tailwind rose-400 in that design system's palette.
Color values
| HEX | #FB7185 |
|---|---|
| RGB | rgb(251, 113, 133) |
| HSL | hsl(351, 95%, 71%) |
| HSV | hsv(351, 55%, 98%) |
| CMYK | cmyk(0%, 55%, 47%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 2.69:1, and against black it is 7.8: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 | 2.69:1 | Fail | Fail |
| Black | 7.8:1 | AAA | AAA |
Tints and shades
Lighter tints move #FB7185 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FB7185; |
|---|---|
| CSS rgb() | color: rgb(251 113 133); |
| Tailwind | bg-[#fb7185] |
| SwiftUI | Color(red: 0.984, green: 0.443, blue: 0.522) |
| Android | Color.parseColor("#FB7185") |
Closest named color
The nearest CSS colour keyword to #FB7185 is lightcoral (#F08080).