#FCA5A5
Tailwind red-300
#FCA5A5 is a red colour. In RGB it is 252 red, 165 green and 165 blue, which converts to a hue of 0 degrees, 94% saturation and 82% lightness. It is Tailwind red-300 in that design system's palette.
Color values
| HEX | #FCA5A5 |
|---|---|
| RGB | rgb(252, 165, 165) |
| HSL | hsl(0, 94%, 82%) |
| HSV | hsv(0, 35%, 99%) |
| CMYK | cmyk(0%, 35%, 35%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.9:1, and against black it is 11.06: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 | 1.9:1 | Fail | Fail |
| Black | 11.06:1 | AAA | AAA |
Tints and shades
Lighter tints move #FCA5A5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FCA5A5; |
|---|---|
| CSS rgb() | color: rgb(252 165 165); |
| Tailwind | bg-[#fca5a5] |
| SwiftUI | Color(red: 0.988, green: 0.647, blue: 0.647) |
| Android | Color.parseColor("#FCA5A5") |
Closest named color
The nearest CSS colour keyword to #FCA5A5 is lightpink (#FFB6C1).