#FEF08A
Tailwind yellow-200
#FEF08A is a yellow colour. In RGB it is 254 red, 240 green and 138 blue, which converts to a hue of 53 degrees, 98% saturation and 77% lightness. It is Tailwind yellow-200 in that design system's palette.
Color values
| HEX | #FEF08A |
|---|---|
| RGB | rgb(254, 240, 138) |
| HSL | hsl(53, 98%, 77%) |
| HSV | hsv(53, 46%, 100%) |
| CMYK | cmyk(0%, 6%, 46%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.16:1, and against black it is 18.05: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.16:1 | Fail | Fail |
| Black | 18.05:1 | AAA | AAA |
Tints and shades
Lighter tints move #FEF08A toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FEF08A; |
|---|---|
| CSS rgb() | color: rgb(254 240 138); |
| Tailwind | bg-[#fef08a] |
| SwiftUI | Color(red: 0.996, green: 0.941, blue: 0.541) |
| Android | Color.parseColor("#FEF08A") |
Closest named color
The nearest CSS colour keyword to #FEF08A is khaki (#F0E68C).