#FB923C
Tailwind orange-400
#FB923C is a orange colour. In RGB it is 251 red, 146 green and 60 blue, which converts to a hue of 27 degrees, 96% saturation and 61% lightness. It is Tailwind orange-400 in that design system's palette.
Color values
| HEX | #FB923C |
|---|---|
| RGB | rgb(251, 146, 60) |
| HSL | hsl(27, 96%, 61%) |
| HSV | hsv(27, 76%, 98%) |
| CMYK | cmyk(0%, 42%, 76%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 2.26:1, and against black it is 9.28: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.26:1 | Fail | Fail |
| Black | 9.28:1 | AAA | AAA |
Tints and shades
Lighter tints move #FB923C toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FB923C; |
|---|---|
| CSS rgb() | color: rgb(251 146 60); |
| Tailwind | bg-[#fb923c] |
| SwiftUI | Color(red: 0.984, green: 0.573, blue: 0.235) |
| Android | Color.parseColor("#FB923C") |
Closest named color
The nearest CSS colour keyword to #FB923C is coral (#FF7F50).