#FEE2E2
Tailwind red-100
#FEE2E2 is a red colour. In RGB it is 254 red, 226 green and 226 blue, which converts to a hue of 0 degrees, 93% saturation and 94% lightness. It is Tailwind red-100 in that design system's palette.
Color values
| HEX | #FEE2E2 |
|---|---|
| RGB | rgb(254, 226, 226) |
| HSL | hsl(0, 93%, 94%) |
| HSV | hsv(0, 11%, 100%) |
| CMYK | cmyk(0%, 11%, 11%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.22:1, and against black it is 17.19: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.22:1 | Fail | Fail |
| Black | 17.19:1 | AAA | AAA |
Tints and shades
Lighter tints move #FEE2E2 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FEE2E2; |
|---|---|
| CSS rgb() | color: rgb(254 226 226); |
| Tailwind | bg-[#fee2e2] |
| SwiftUI | Color(red: 0.996, green: 0.886, blue: 0.886) |
| Android | Color.parseColor("#FEE2E2") |
Closest named color
The nearest CSS colour keyword to #FEE2E2 is mistyrose (#FFE4E1).