#FCD34D
Tailwind amber-300
#FCD34D is a yellow colour. In RGB it is 252 red, 211 green and 77 blue, which converts to a hue of 46 degrees, 97% saturation and 65% lightness. It is Tailwind amber-300 in that design system's palette.
Color values
| HEX | #FCD34D |
|---|---|
| RGB | rgb(252, 211, 77) |
| HSL | hsl(46, 97%, 65%) |
| HSV | hsv(46, 69%, 99%) |
| CMYK | cmyk(0%, 16%, 69%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.44:1, and against black it is 14.56: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.44:1 | Fail | Fail |
| Black | 14.56:1 | AAA | AAA |
Tints and shades
Lighter tints move #FCD34D toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FCD34D; |
|---|---|
| CSS rgb() | color: rgb(252 211 77); |
| Tailwind | bg-[#fcd34d] |
| SwiftUI | Color(red: 0.988, green: 0.827, blue: 0.302) |
| Android | Color.parseColor("#FCD34D") |
Closest named color
The nearest CSS colour keyword to #FCD34D is sandybrown (#F4A460).