#FDE047
Tailwind yellow-300
#FDE047 is a yellow colour. In RGB it is 253 red, 224 green and 71 blue, which converts to a hue of 50 degrees, 98% saturation and 64% lightness. It is Tailwind yellow-300 in that design system's palette.
Color values
| HEX | #FDE047 |
|---|---|
| RGB | rgb(253, 224, 71) |
| HSL | hsl(50, 98%, 64%) |
| HSV | hsv(50, 72%, 99%) |
| CMYK | cmyk(0%, 11%, 72%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.32:1, and against black it is 15.93: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.32:1 | Fail | Fail |
| Black | 15.93:1 | AAA | AAA |
Tints and shades
Lighter tints move #FDE047 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FDE047; |
|---|---|
| CSS rgb() | color: rgb(253 224 71); |
| Tailwind | bg-[#fde047] |
| SwiftUI | Color(red: 0.992, green: 0.878, blue: 0.278) |
| Android | Color.parseColor("#FDE047") |
Closest named color
The nearest CSS colour keyword to #FDE047 is khaki (#F0E68C).