#FBBF24
Tailwind amber-400
#FBBF24 is a orange colour. In RGB it is 251 red, 191 green and 36 blue, which converts to a hue of 43 degrees, 96% saturation and 56% lightness. It is Tailwind amber-400 in that design system's palette.
Color values
| HEX | #FBBF24 |
|---|---|
| RGB | rgb(251, 191, 36) |
| HSL | hsl(43, 96%, 56%) |
| HSV | hsv(43, 86%, 98%) |
| CMYK | cmyk(0%, 24%, 86%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.67:1, and against black it is 12.58: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.67:1 | Fail | Fail |
| Black | 12.58:1 | AAA | AAA |
Tints and shades
Lighter tints move #FBBF24 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FBBF24; |
|---|---|
| CSS rgb() | color: rgb(251 191 36); |
| Tailwind | bg-[#fbbf24] |
| SwiftUI | Color(red: 0.984, green: 0.749, blue: 0.141) |
| Android | Color.parseColor("#FBBF24") |
Closest named color
The nearest CSS colour keyword to #FBBF24 is gold (#FFD700).