#FEF9C3
Tailwind yellow-100
#FEF9C3 is a yellow colour. In RGB it is 254 red, 249 green and 195 blue, which converts to a hue of 55 degrees, 97% saturation and 88% lightness. It is Tailwind yellow-100 in that design system's palette.
Color values
| HEX | #FEF9C3 |
|---|---|
| RGB | rgb(254, 249, 195) |
| HSL | hsl(55, 97%, 88%) |
| HSV | hsv(55, 23%, 100%) |
| CMYK | cmyk(0%, 2%, 23%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.07:1, and against black it is 19.55: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.07:1 | Fail | Fail |
| Black | 19.55:1 | AAA | AAA |
Tints and shades
Lighter tints move #FEF9C3 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FEF9C3; |
|---|---|
| CSS rgb() | color: rgb(254 249 195); |
| Tailwind | bg-[#fef9c3] |
| SwiftUI | Color(red: 0.996, green: 0.976, blue: 0.765) |
| Android | Color.parseColor("#FEF9C3") |
Closest named color
The nearest CSS colour keyword to #FEF9C3 is lemonchiffon (#FFFACD).