#FFE4E6
Tailwind rose-100
#FFE4E6 is a red colour. In RGB it is 255 red, 228 green and 230 blue, which converts to a hue of 356 degrees, 100% saturation and 95% lightness. It is Tailwind rose-100 in that design system's palette.
Color values
| HEX | #FFE4E6 |
|---|---|
| RGB | rgb(255, 228, 230) |
| HSL | hsl(356, 100%, 95%) |
| HSV | hsv(356, 11%, 100%) |
| CMYK | cmyk(0%, 11%, 10%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.2:1, and against black it is 17.49: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.2:1 | Fail | Fail |
| Black | 17.49:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFE4E6 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFE4E6; |
|---|---|
| CSS rgb() | color: rgb(255 228 230); |
| Tailwind | bg-[#ffe4e6] |
| SwiftUI | Color(red: 1.000, green: 0.894, blue: 0.902) |
| Android | Color.parseColor("#FFE4E6") |
Closest named color
The nearest CSS colour keyword to #FFE4E6 is mistyrose (#FFE4E1).