#FFEBEE
Material red 50
#FFEBEE is a red colour. In RGB it is 255 red, 235 green and 238 blue, which converts to a hue of 351 degrees, 100% saturation and 96% lightness. It is Material red 50 in that design system's palette.
Color values
| HEX | #FFEBEE |
|---|---|
| RGB | rgb(255, 235, 238) |
| HSL | hsl(351, 100%, 96%) |
| HSV | hsv(351, 8%, 100%) |
| CMYK | cmyk(0%, 8%, 7%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.14:1, and against black it is 18.37: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.14:1 | Fail | Fail |
| Black | 18.37:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFEBEE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFEBEE; |
|---|---|
| CSS rgb() | color: rgb(255 235 238); |
| Tailwind | bg-[#ffebee] |
| SwiftUI | Color(red: 1.000, green: 0.922, blue: 0.933) |
| Android | Color.parseColor("#FFEBEE") |
Closest named color
The nearest CSS colour keyword to #FFEBEE is lavenderblush (#FFF0F5).