#FECACA
Tailwind red-200
#FECACA is a red colour. In RGB it is 254 red, 202 green and 202 blue, which converts to a hue of 0 degrees, 96% saturation and 89% lightness. It is Tailwind red-200 in that design system's palette.
Color values
| HEX | #FECACA |
|---|---|
| RGB | rgb(254, 202, 202) |
| HSL | hsl(0, 96%, 89%) |
| HSV | hsv(0, 20%, 100%) |
| CMYK | cmyk(0%, 20%, 20%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.45:1, and against black it is 14.52: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.45:1 | Fail | Fail |
| Black | 14.52:1 | AAA | AAA |
Tints and shades
Lighter tints move #FECACA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FECACA; |
|---|---|
| CSS rgb() | color: rgb(254 202 202); |
| Tailwind | bg-[#fecaca] |
| SwiftUI | Color(red: 0.996, green: 0.792, blue: 0.792) |
| Android | Color.parseColor("#FECACA") |
Closest named color
The nearest CSS colour keyword to #FECACA is pink (#FFC0CB).