#EF9A9A
Material red 200
#EF9A9A is a red colour. In RGB it is 239 red, 154 green and 154 blue, which converts to a hue of 0 degrees, 73% saturation and 77% lightness. It is Material red 200 in that design system's palette.
Color values
| HEX | #EF9A9A |
|---|---|
| RGB | rgb(239, 154, 154) |
| HSL | hsl(0, 73%, 77%) |
| HSV | hsv(0, 36%, 94%) |
| CMYK | cmyk(0%, 36%, 36%, 6%) |
Contrast and accessibility
Against white the contrast ratio is 2.15:1, and against black it is 9.76: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 | 2.15:1 | Fail | Fail |
| Black | 9.76:1 | AAA | AAA |
Tints and shades
Lighter tints move #EF9A9A toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EF9A9A; |
|---|---|
| CSS rgb() | color: rgb(239 154 154); |
| Tailwind | bg-[#ef9a9a] |
| SwiftUI | Color(red: 0.937, green: 0.604, blue: 0.604) |
| Android | Color.parseColor("#EF9A9A") |
Closest named color
The nearest CSS colour keyword to #EF9A9A is darksalmon (#E9967A).