#FDBA74
Tailwind orange-300
#FDBA74 is a orange colour. In RGB it is 253 red, 186 green and 116 blue, which converts to a hue of 31 degrees, 97% saturation and 72% lightness. It is Tailwind orange-300 in that design system's palette.
Color values
| HEX | #FDBA74 |
|---|---|
| RGB | rgb(253, 186, 116) |
| HSL | hsl(31, 97%, 72%) |
| HSV | hsv(31, 54%, 99%) |
| CMYK | cmyk(0%, 26%, 54%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.69:1, and against black it is 12.45: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.69:1 | Fail | Fail |
| Black | 12.45:1 | AAA | AAA |
Tints and shades
Lighter tints move #FDBA74 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FDBA74; |
|---|---|
| CSS rgb() | color: rgb(253 186 116); |
| Tailwind | bg-[#fdba74] |
| SwiftUI | Color(red: 0.992, green: 0.729, blue: 0.455) |
| Android | Color.parseColor("#FDBA74") |
Closest named color
The nearest CSS colour keyword to #FDBA74 is lightsalmon (#FFA07A).