#FFAB91
Material deeporange 200
#FFAB91 is a red colour. In RGB it is 255 red, 171 green and 145 blue, which converts to a hue of 14 degrees, 100% saturation and 78% lightness. It is Material deeporange 200 in that design system's palette.
Color values
| HEX | #FFAB91 |
|---|---|
| RGB | rgb(255, 171, 145) |
| HSL | hsl(14, 100%, 78%) |
| HSV | hsv(14, 43%, 100%) |
| CMYK | cmyk(0%, 33%, 43%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.83:1, and against black it is 11.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.83:1 | Fail | Fail |
| Black | 11.49:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFAB91 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFAB91; |
|---|---|
| CSS rgb() | color: rgb(255 171 145); |
| Tailwind | bg-[#ffab91] |
| SwiftUI | Color(red: 1.000, green: 0.671, blue: 0.569) |
| Android | Color.parseColor("#FFAB91") |
Closest named color
The nearest CSS colour keyword to #FFAB91 is lightsalmon (#FFA07A).