#EF5350
Material red 400
#EF5350 is a red colour. In RGB it is 239 red, 83 green and 80 blue, which converts to a hue of 1 degrees, 83% saturation and 63% lightness. It is Material red 400 in that design system's palette.
Color values
| HEX | #EF5350 |
|---|---|
| RGB | rgb(239, 83, 80) |
| HSL | hsl(1, 83%, 63%) |
| HSV | hsv(1, 67%, 94%) |
| CMYK | cmyk(0%, 65%, 67%, 6%) |
Contrast and accessibility
Against white the contrast ratio is 3.49:1, and against black it is 6.02: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 | 3.49:1 | Fail | AA |
| Black | 6.02:1 | AA | AAA |
Tints and shades
Lighter tints move #EF5350 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EF5350; |
|---|---|
| CSS rgb() | color: rgb(239 83 80); |
| Tailwind | bg-[#ef5350] |
| SwiftUI | Color(red: 0.937, green: 0.325, blue: 0.314) |
| Android | Color.parseColor("#EF5350") |
Closest named color
The nearest CSS colour keyword to #EF5350 is tomato (#FF6347).