#FACC15
Tailwind yellow-400
#FACC15 is a yellow colour. In RGB it is 250 red, 204 green and 21 blue, which converts to a hue of 48 degrees, 96% saturation and 53% lightness. It is Tailwind yellow-400 in that design system's palette.
Color values
| HEX | #FACC15 |
|---|---|
| RGB | rgb(250, 204, 21) |
| HSL | hsl(48, 96%, 53%) |
| HSV | hsv(48, 92%, 98%) |
| CMYK | cmyk(0%, 18%, 92%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.53:1, and against black it is 13.71: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.53:1 | Fail | Fail |
| Black | 13.71:1 | AAA | AAA |
Tints and shades
Lighter tints move #FACC15 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FACC15; |
|---|---|
| CSS rgb() | color: rgb(250 204 21); |
| Tailwind | bg-[#facc15] |
| SwiftUI | Color(red: 0.980, green: 0.800, blue: 0.082) |
| Android | Color.parseColor("#FACC15") |
Closest named color
The nearest CSS colour keyword to #FACC15 is gold (#FFD700).