#FEF3C7
Tailwind amber-100
#FEF3C7 is a yellow colour. In RGB it is 254 red, 243 green and 199 blue, which converts to a hue of 48 degrees, 96% saturation and 89% lightness. It is Tailwind amber-100 in that design system's palette.
Color values
| HEX | #FEF3C7 |
|---|---|
| RGB | rgb(254, 243, 199) |
| HSL | hsl(48, 96%, 89%) |
| HSV | hsv(48, 22%, 100%) |
| CMYK | cmyk(0%, 4%, 22%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.11:1, and against black it is 18.86: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.11:1 | Fail | Fail |
| Black | 18.86:1 | AAA | AAA |
Tints and shades
Lighter tints move #FEF3C7 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FEF3C7; |
|---|---|
| CSS rgb() | color: rgb(254 243 199); |
| Tailwind | bg-[#fef3c7] |
| SwiftUI | Color(red: 0.996, green: 0.953, blue: 0.780) |
| Android | Color.parseColor("#FEF3C7") |
Closest named color
The nearest CSS colour keyword to #FEF3C7 is lemonchiffon (#FFFACD).